Julio Biason
2 years ago
4 changed files with 27 additions and 5 deletions
@ -0,0 +1,19 @@ |
|||||||
|
# Guild Wars 2 Capturer |
||||||
|
|
||||||
|
The Guild Wars 2 will capture the daily play stats, like WvW Rank, PvP Rank, |
||||||
|
completed achievements and play time. |
||||||
|
|
||||||
|
## Configuration |
||||||
|
|
||||||
|
The only required configuration is the access token. |
||||||
|
|
||||||
|
## Internals |
||||||
|
|
||||||
|
We need to keep, locally: |
||||||
|
|
||||||
|
- Current played time, to be compared with the new one and point how long the |
||||||
|
player played the game on the day. |
||||||
|
- Achievements: This needs a two store: A list of current completed achievments |
||||||
|
and a list of all achievements (there are different calls for each). |
||||||
|
- Current WvW rank, to be compared with the new one. |
||||||
|
- Current PvP rank, to be compared with the new one. |
Loading…
Reference in new issue