Skip to content

Commit

Permalink
Check for tutorial completion
Browse files Browse the repository at this point in the history
* Use empty default username for nickname
On gmail accounts, it would be suspect to have @gmail.com in nickname
Nickname is not set if user does not set one in config

* Fix typo

* Fix result key name

* Moved to own task

* Add example in config

* Rebased to latest dev on top of :
Fixing live stats crash on first run (PokemonGoF#4088)
in order for the bot to reach the task without crashing

* damn thos DOS line endings
  • Loading branch information
net8q committed Aug 17, 2016
1 parent 96bdbb6 commit 84eb0c7
Show file tree
Hide file tree
Showing 8 changed files with 375 additions and 196 deletions.
9 changes: 8 additions & 1 deletion configs/config.json.cluster.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@
}
},
{
"type": "CollectLevelUpReward"
"type": "CompleteTutorial",
"config": {
"enabled": false,
"// set a name": "",
"nickname": "",
}
},
"type": "CollectLevelUpReward"
},
{
"type": "IncubateEggs",
Expand Down
Loading

0 comments on commit 84eb0c7

Please sign in to comment.