Jump to content

theolaw

Senior Member
  • Posts

    108
  • Joined

  • Last visited

Posts posted by theolaw

  1.  

    i have this error, plz help

    15 Aug 03:55:43 [default] - Level 1, Experience 600
    15 Aug 03:55:43 [default] - Pokebank 1/250
    15 Aug 03:55:43 [default] - Inventory 53/350
    15 Aug 03:55:43 [default] - Have PIKACHU () with 11 CP and IV 66% 
     Stamina: 10 | Attack: 10 | Defense: 10 | IV: 30 (66%)
    15 Aug 03:55:43 [default] - Getting map of (10.774516707227948, 106.70667364954815)
    15 Aug 03:55:43 [default] - Getting initial pokestops...
    15 Aug 03:55:44 [default] - Got 0 pokestops
    15 Aug 03:55:44 [default] - Retrying in 10 seconds...
    15 Aug 03:55:54 [default] - Got 0 pokestops
    15 Aug 03:55:54 [default] - Retrying in 10 seconds...
    15 Aug 03:56:05 [default] - Got 0 pokestops
    15 Aug 03:56:05 [default] - Decreasing initialMapSize to 7
    15 Aug 03:56:05 [default] - Retrying in 10 seconds...
    

     

    Try getting a new version of the bot

  2. Hmm? How do i fix this?

     

    Your config file might not be in the correct format, such as config.properties.txt. After changing the file when it is a .template, you just delete the extension so it should be just "config.properties"

    error "Can’t make number into type integer." number -1700 from number to integer

     

    i got this error. I'm using amuyea's bot. Please help :(

     

    Is that error from the bot or the script?

    why not create a bot for windows 10?

     

    Don't have windows

  3. Decided to make a brand new, clean post.

     

    This script I created automatically starts and restarts bots on mac. This will allow you to run a bot longer than 90 minutes.

     

    Please watch the video tutorial.

     

    Feel free to use this in any bot tutorials.  ;) @@Amuyea

     

    Video Tutorial

    https://youtu.be/oOqNWMFhDb0

     

    Hidden Content

    React or reply to this topic to see the hidden content & download link.

     

    Trouble-Shooting

    If this doesn't run correctly, it is most likely because the quotation marks are like this -  ,instead of like this "

    Another reason it wouldn't work is that you have java running already. Please use Activity Monitor to quit java.

    • Like 12
    • Thanks 4
    • Haha 1
    • Agree 1
  4. Yeah, I'm scared to test xD

     

    -

     

    Some are saying that it's not finished yet.

     

    I will make new thread because this is messy one :s

     

    Just tried to use it and it won't work, getting some errors.

     

    You don't have to but if you want to then throw in the scripts I made in the new thread so people know how to keep their bot running for longer than 90 mins straight-https://iosgods.com/topic/33782-pokemon-go-bot-mac-auto-restart-applescript/  ;)

  5. Hey everyone

     

    For all the noobs out there like me, Theolaw has simplified it for us to understand... below is exactly how to implement the script to allow for the auto 90 min restart

    this is for the FIRST bot he listed, by jabbink

     

    @@theolaw

     

     

     

    Files must be in a folder on your desktop called "BOTFOLDER".   user is named "USERNAME".

    Now, replace USERNAME with your mac username, and replace BOTFOLDER with your folder name that is on desktop

    if your folder is not on desktop, move it there to make things easier, or you can rewrite the file location below.

     

     Copy and paste everything below this-

     

     

     

    tell application "Terminal"

    activate

    tell application "System Events"

    activate

    delay 1

    repeat 1000 times

    delay 1

    set texttotype to "cd /Users/USERNAME/Desktop/BOTFOLDER"

    keystroke texttotype

    keystroke return

    delay 5

    set test to "java -jar Users/USERNAME/Desktop/BOTFOLDER/pogo.scraper-all-0.5.0-alpha4.jar"

    keystroke test

    keystroke return

    delay 5400

    set tab to "t"

    keystroke "tab" using command down

    keystroke return

    end repeat

    end tell

    end tell

     

    I'm going to link to this comment in my original thread in case somebody does happen to have questions, thanks though btw!

  6. The bot still don't work yet

     

    @@Amuyea Bots will be back up and running within the next few days. This is just for when the bots come back up.

     

    EDIT: @@Amuyea The new api has been cracked and bots are now working as soon as the developers implement the new api into their bots. https://www.reddit.com/r/pokemongodev/comments/4w1cvr/pokemongo_current_api_status/?st=irjv7y1g&sh=6762d833 and https://github.com/keyphact/pgoapi

  7. Edit: Got a few different errors but worked them all out.

    One thing was with textedit when editing the config file. It would do a slanted " instead of a straight up and down one. This produced errors. Also just keep inputting "python pokecli.py" because sometimes even if you get an error, running the command for the second time makes it work for some reason  :/ 

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines