Skip to content

Instantly share code, notes, and snippets.

@Williams0ff
Created August 18, 2022 18:26
Show Gist options
  • Save Williams0ff/ccd22015409e809bd3ffbc92de01b585 to your computer and use it in GitHub Desktop.
Save Williams0ff/ccd22015409e809bd3ffbc92de01b585 to your computer and use it in GitHub Desktop.
PC Bang Point
#=============================================================
# PC Bang Point
#=============================================================
# ING - Time interval to receive Bang Point, set (in minutes). BangPointID = 65436
# BR - Intervalo de Tempo para receber Bang Point, configure (em minutos). BangPointID = 65436
PcBangPointTime = 0
# ING - Minimum Player level.
# BR - Mínimo Jogador level.
PcBangPointMinLevel = 1
# ING - Minimum and maximum points to receive.
# BR - Pontos mínimo e máximo para receber.
PcBangPointMinCount = 1
PcBangPointMaxCount = 2
# ING - Chance to get double points, set from 0 to 100.
# BR - Chance de obter o dobro de pontos, configure de 0 a 100.
PcBangPointDualChance = 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment