Even more precise location of nearby pokemon ON MAP! menu

Shout-Out

User Tag List

Page 16 of 36 FirstFirst ... 121314151617181920 ... LastLast
Results 226 to 240 of 533
  1. #226
    xCry0x's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TmanD6 View Post
    Is there a way to disable pokestops? It would make the script run faster, morely interest in pokmon than pokestop
    Originally Posted by xCry0x View Post
    Code:
    if cell.Fort:
                            for Fort in cell.Fort:
                                if Fort.Enabled == False:
                                    if Fort.GymPoints:
                                        gyms.append([Fort.Team, Fort.Latitude, Fort.Longitude])
                                    elif Fort.FortType:
                                        pokestops.append([Fort.Latitude, Fort.Longitude])
    The if fort.enable == True argument -- change it to be false as above. That will disable it.
    Already answered

    Even more precise location of nearby pokemon ON MAP!
  2. Thanks TmanD6 (1 members gave Thanks to xCry0x for this useful post)
  3. #227
    Zestro's Avatar Active Member
    Reputation
    57
    Join Date
    May 2012
    Posts
    166
    Thanks G/R
    6/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xCry0x View Post
    Already answered
    what file is this is in? and can i edit it in notepad?

  4. #228
    xCry0x's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not trying to be rude, but do you always execute scripts on your system without the faintest clue of what they do or how they work?

    It is the example.py file and you can edit it in any text editor.. same file being edited in the past 16 pages of comments.

  5. #229
    RuNKino's Avatar Member
    Reputation
    7
    Join Date
    Jun 2014
    Posts
    21
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by canynonman View Post
    any way to change the default port from 5000 to something else? Already in use on my system...

    ps: thanks for this awesome hack!
    change last line of example to this:

    app.run(debug=True, host='0.0.0.0', port=5000)

  6. #230
    flip-'s Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    22
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this works like a charm. ****ing amazing. haha, this is such a huge advatange, omg!

  7. #231
    Zestro's Avatar Active Member
    Reputation
    57
    Join Date
    May 2012
    Posts
    166
    Thanks G/R
    6/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xCry0x View Post
    Not trying to be rude, but do you always execute scripts on your system without the faintest clue of what they do or how they work?

    It is the example.py file and you can edit it in any text editor.. same file being edited in the past 16 pages of comments.
    Reason I asked is I searched the example.py script and did not find any corresponding lines. So I assumed it was in the pokemon_pb2.pyc (which can not be edited in notepad). I am not a python programmer and have no knowledge of how to open up a .pyc file though I'm assuming I could learn fairly easily and recompile said script however I would be a monkey with a hammer at that point and the slightest screw up of a keystroke would cause a lot more work than I'm willing to do today.

    I took someone's modified example.py so it is entirely possible they removed gyms and pokestops already since I have never seen a gym or pokestop on the map, however I wanted to ensure they were not loading in the background so I had to confirm those lines were indeed in example.py and the modified example.py someone was kind enough to post earlier in the thread had already been optimized.

  8. #232
    xCry0x's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got it - it is line 391

    The only difference between what I posted and the default is the True/False toggle.

    I just toggled it false incase, for some reason, I wanted to display them in the future.

  9. #233
    tr1ppy15's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Detk0rd View Post
    line 244 for me in example is Attachment 27268 any idea wahts wrong?
    where did you find the example.py? what folder?

  10. #234
    twicedead's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by derfington View Post
    having same issue, step, then 3 or 4 wrong user pass eorrs, then a second step, then a bunch of errors, then another step etc
    Anyone else has experienced this? I figure this is the reason why my map looks half way loaded. I contsantly get wrong username/password after about 25% completion. Is it just server issues?

  11. Thanks goku340 (1 members gave Thanks to twicedead for this useful post)
  12. #235
    goku340's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm getting this too.

    Says" login_ptc: could not decode JSON from" than "Wrong username/Password"

  13. #236
    ngnug's Avatar Member
    Reputation
    11
    Join Date
    Dec 2008
    Posts
    27
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so whats some rare pokemon i should look out for?

  14. #237
    AJones's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am having a strange error that says "No module named flask". I installed all the requirements but I still can't run it.

  15. #238
    xCry0x's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AJones View Post
    I am having a strange error that says "No module named flask". I installed all the requirements but I still can't run it.
    Check C:\Python27\Lib\site-packages (or whereever you installed python

    Should have a set of folders for flask there.

  16. #239
    AJones's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xCry0x View Post
    Check C:\Python27\Lib\site-packages (or whereever you installed python

    Should have a set of folders for flask there.
    Yep, I have them there. I figured out the issue, I have multiple Python versions on my computer. When I run example.py it automatically picks another version that doesn't have the modules installed.

  17. #240
    awp2004's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2012
    Posts
    631
    Thanks G/R
    0/4
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why does this not Work with Google account, any idea what makes the difference? Is there a way to change your acc into a pkmn trainer acc; I am lvl 20.... (I did consider creating a trainer acc when i started out, bummer lol)

Page 16 of 36 FirstFirst ... 121314151617181920 ... LastLast

Similar Threads

  1. [Hack] [iOS] Pokemon GO - Fake Location, Find Rare Pokemon, Teleport and more!
    By deleteduser2025j in forum Pokemon GO Hacks|Cheats
    Replies: 22
    Last Post: 10-27-2016, 01:20 PM
  2. [Bug] Helping Fixing Bug on Pokemon Go Precise Location
    By Loyepop in forum Pokemon GO Chat
    Replies: 1
    Last Post: 07-18-2016, 10:31 PM
  3. [Guide] Get precise location of nearby Pokemon
    By Syncness in forum Pokemon GO Hacks|Cheats
    Replies: 123
    Last Post: 07-17-2016, 07:43 PM
  4. skip even MORE trash in SP!
    By Canttouchdis in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 09-01-2007, 11:56 AM
  5. Making my imba hunter even more imba :)
    By Opey in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 10-16-2006, 03:33 AM
All times are GMT -5. The time now is 04:24 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