markweirath/big-brother-bot

XLRstats: add Battlelog functionality

Opened this issue · 0 comments

Store battles/matches/games in the db (like BF3 Battlelog).

See BF3 Battlelog example here: http://battlelog.battlefield.com/bf3/en/battlereport/show/39768934/1/253252473/

Add 2 tables with fields like this:

1.) xlr_battlestats:

  • id
  • map_id
  • gametype
  • total_players
  • starttime
  • endtime
  • blue_score
  • red_score

2.) xlr_playerbattles:

  • id
  • battlestats_id
  • start_skill
  • end_skill
  • kills
  • deaths
  • assists
  • actions
  • fav_weapon_id