maierfelix / POGOserver

Pokemon GO server emulator
GNU General Public License v3.0
460 stars 198 forks source link

Stuck at ToS #279

Closed Albert62 closed 7 years ago

Albert62 commented 7 years ago

Stuck at the ToS -Latest commit.

Albert62 commented 7 years ago

Figured out by creating it manually on MySQL. Thanks for nothing.

Rendaman13 commented 7 years ago

How exactly did you fix this? I'm having the same problem and I manually set Mysql but the error persisted.

Albert62 commented 7 years ago

@Rendaman13 It's actually very easy.

Turn off the server, go to the users table in MySQL and create your account manually. The value of tutorial must be '{"0":1,"1":1,"3":1,"4":1,"7":1}'. The email must be the same exact one that you're trying to log into.

Here is an example: INSERT INTO users VALUES (1, 'Admin', 'youraccount@gmail.com', 20000000, 40, 10000, 1000, 2, 50, 143, 0, 0, 0, '{}', '{}', '{}', '{}', '{"0":1,"1":1,"3":1,"4":1,"7":1}');