Advertisement
DevWilliams

premiação por dia

Apr 13th, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #=============================================================
  2. # Reward System
  3. #=============================================================
  4. # Configure: itemId-itemCount
  5. # Monday reward.
  6. mondayReward = 57-10
  7. # Tuesday reward.
  8. tuesdayReward = 57-100
  9. # Wednesday reward.
  10. wednesdayReward = 57-1000
  11. # Thursday reward.
  12. thursdayReward = 57-10000
  13. # Friday reward.
  14. fridayReward = 57-100000
  15. # Saturday reward.
  16. saturdayReward = 57-1000000
  17. # Sunday reward.
  18. sundayReward = 57-10000000;3470-1
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement