Advertisement
DevWilliams

pcbang

Apr 13th, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #=============================================================
  2. # PC Bang Point
  3. #=============================================================
  4. # Interval time for reward points ( in minutes ). points id = 65436
  5. PcBangPointTime = 0
  6.  
  7. # Min Player Level.
  8. PcBangPointMinLevel = 1
  9.  
  10. # Min Count / Max Count.
  11. PcBangPointMinCount = 2
  12. PcBangPointMaxCount = 10
  13.  
  14. # Chance of get Double points.
  15. PcBangPointDualChance = 20
  16.  
  17. # Each X minutes the server will count the player as AFK when he don't act.
  18. PcBangTimerAFK = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement