Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login the account (with Bot) first time on phone #4991

Closed
plkscmc33 opened this issue Aug 31, 2016 · 18 comments
Closed

Login the account (with Bot) first time on phone #4991

plkscmc33 opened this issue Aug 31, 2016 · 18 comments

Comments

@plkscmc33
Copy link

Hi,

I created an account and started to use bot without log into the game on phone.
So now I am of 2x levels and would like to login my phone to see my farming, I found out
that my account is staying at the very first of the stage (professor and choosing the first pokemon).
I would like to see whats go wrong for it.

Thanks.

Regards,
Peter

@kenkclam
Copy link

{
"type": "CompleteTutorial",
"config": {
"enabled": true,
"// set a name": "",
"nickname": ""
}
},

Did you enable that to finish the tutorial?

@plkscmc33
Copy link
Author

No ar. is it still able for me to use this without clearing the pokemons i have?

@jnnck
Copy link

jnnck commented Aug 31, 2016

you can just do the tutorial and see all your pokemon

@plkscmc33
Copy link
Author

but I cant do the tutorial on phone. The 3 pokemons staying at the same point and cant catch. So I guess I should do it by the BOT command. Kenkclam has some command suggested and anyone know how to enter the above command? Great thanks.

@RedViper9
Copy link
Contributor

@plkscmc33 you add that code to the Task list in your config.json file. Don't forget to give your trainer a nickname using the "nickname": "" parameter.

@plkscmc33
Copy link
Author

Thanks Red.
But I cant locate the config.json file. I am new to the BOT in the sense that I merely use the default BOT setting.

@RedViper9
Copy link
Contributor

@plkscmc33 No worries dude, check this out it's not always up to date, but it should have what you're interested in. The default config file has that bit of code in it, but by default it is disabled and doesn't have a name in it. https://github.com/PokemonGoF/PokemonGo-Bot/blob/master/docs/configuration_files.md

@pararang
Copy link

pararang commented Aug 31, 2016

@plkscmc33 you can find config.json file on confics folder. if you don't have it, make sure to make it first by rename and edit config.json.example file.

@plkscmc33
Copy link
Author

I have folder named "Configs" and only a txt file named "Config"

123
I have also read the link provided by Red, but still no idea how to create one per below
234
Sorry both for being an idiot.

@GhosterBot
Copy link
Contributor

GhosterBot commented Aug 31, 2016

@plkscmc33

The 3 pokemons staying at the same point and cant catch

Enable GPS on your phone and the pokemons will be catchable

@Jasperrr91
Copy link
Contributor

@plkscmc33 by looking at your files, I believe you are using this: https://github.com/Ar1i/PokemonGo-Bot

That is a different bot than ours: https://github.com/PokemonGoF/PokemonGo-Bot/. That's why you can't find the config.json file.

Take a look here to see how to install our bot: https://github.com/PokemonGoF/PokemonGo-Bot/blob/master/docs/installation.md.

@plkscmc33
Copy link
Author

@GhosterBot I have enable GPS but they are not catchable (May be bug)
@Jasperrr91 Sorry that we are discussing different bot. I have take a look on the bot in the link you have sent out; however, I cant find understand how it function. Like I press download button of the BOT, then it comes to another page of codes like this
1234

@innrwrld
Copy link

Might be interesting to add some logic to this that allows interested users to instead do the 3-4 part walk to avoid the first "three" so they can capture Pikachu.

@plkscmc33
Copy link
Author

@innrwrld Yes, I do have this thought. But I was using my mum's phone to login the account with Bot usage, so can just test at home LOL. I do not dare to use my own to test as I afraid Ninantic may ban my current no-bot-account

@DMLucis
Copy link

DMLucis commented Sep 1, 2016

Hello, i have the same problem with PokemonGO bot. I also forgot to enable to finish the tutorial. After enabled it cannot finish the tutorial because my bag is full. If i login in game with the phone i cant clear the bag because the bag is not showing on tutorial (first three pokemon).

Is any settings to clear the bag?

Thanks

@Gobberwart
Copy link
Contributor

Gobberwart commented Sep 2, 2016

@DMLucis use the RecycleItems task, with recycle_force enabled and very short time limits. Temporarily move RecycleItems to the top of the task list should force it to occur before anything else.

Example:

    "tasks": [
      {
        "type": "HandleSoftBan"
      },
      {
        "type": "RecycleItems",
        "config": {
          "min_empty_space": 15,
          "max_balls_keep": 150,
          "max_potions_keep": 50,
          "max_berries_keep": 70,
          "max_revives_keep": 70,
          "item_filter": {
            "Pokeball":       { "keep" : 30 },
            "Greatball":      { "keep" : 50 },
            "Ultraball":      { "keep" : 50 },
            "Potion":         { "keep" : 10 },
            "Super Potion":   { "keep" : 20 },
            "Hyper Potion":   { "keep" : 20 },
            "Max Potion":     { "keep" : 20 },
            "Revive":         { "keep" : 20 },
            "Razz Berry":     { "keep" : 50 }
          },
          "recycle_wait_min": 1,
          "recycle_wait_max": 4,
          "recycle_force": true,
          "recycle_force_min": "00:00:00",
          "recycle_force_max": "00:00:01"
        }
      },

Once you've cleared the bag, just put the config back the way it was.

@DMLucis
Copy link

DMLucis commented Sep 2, 2016

Thanks for help, now is working.

@Gobberwart
Copy link
Contributor

Nothing further to see here. Move along.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants