home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / PPTB101.ZIP / PPBANK.INI < prev    next >
Text File  |  1994-11-01  |  3KB  |  49 lines

  1. ; ProPEX Time Bank INI File.  Strip the comments for fast loading.
  2.  
  3. RegisterNumber=0000000000  ; registration number
  4. Ansi1=PPBANK1          ; name of the ANS/ASC file to display when starting
  5. Ansi2=PPBANK2          ; name of the ANS/ASC file to display when quitting
  6. MinimumTime=3          ; time user must have left before entering the bank
  7. SysopLevel=64000       ; enable sysop functions for users at/above this level
  8. Transfers=ON           ; enable transfer time to other users (ON/OFF)
  9. DumpRun=ON             ; enable the "deposit all" feature
  10. MsgArea=0              ; msg area to use for notifications.  If this is set
  11.                        ; to 0 the next two don't work
  12. TransferNotify=ON      ; notify user when time has been transferred to them 
  13. RobberyNotify=ON       ; notify user when they have been robbed
  14.  
  15. MaxTimeDeposit=30      ; Maximum time a user can deposit each day
  16. MaxTimeWithdrawal=60   ; Maximum time a user can withdrawal each day
  17. MaxKbDeposit=500       ; Maximum KB's a user can deposit each day
  18. MaxKbWithdrawal=2000   ; Maximum KB's a user can withdraw each day
  19.  
  20. MaxTimeStore=200       ; max time the user can store in the bank
  21. MaxTimeLoan=60         ; max time the user can borrow
  22. TimeInterest=10        ; interest rate for time loans (percentage)
  23. DaysTimeLoan=14        ; number of days the user has to pay back time loans
  24.  
  25. MaxKbStore=2000        ; max kb's the user can store in the bank
  26. MaxKbLoan=500          ; max kb's the user can borrow
  27. KbInterest=10          ; interest rate for kb loans (percentage)
  28. DaysKbLoan=14          ; number of days the user has to pay back kb loans
  29.  
  30. RobBankChance=5        ; "chance factor" for bank robberies  (i.e. 5:1 chance)
  31. MaxRobBankTime=30      ; max time the user can rob from the bank
  32. MaxRobBankKb=2000      ; max kb's the user can rob from the bank
  33. TimesRobBank=3         ; max attempts at robbing the bank each day
  34. BankRobTimeCost=10     ; time cost for bank robberies
  35. BankRobKbCost=100      ; kb cost for bank robberies
  36.  
  37. RobUserChance=3        ; "chance factor" for user robberies (i.e. 3:1 chance)
  38. MaxRobUserTime=30      ; max time that can be robbed from a user
  39. MaxRobUserKb=200       ; max kb that can be robbed from a user
  40. TimesRobUser=3         ; max attempts at robbing a user each day
  41. UserRobTimeCost=10     ; time cost for user robberies
  42. UserRobKbcost=100      ; kb cost for user robberies
  43.  
  44. BuyTimeCost=10         ; how many kb's it costs to buy 1 minute of time
  45. BuyKbCost=1            ; how many minutes it costs to buy 10kb's
  46.  
  47. MaxTimeTransfer=30     ; Maximum time a user can transfer to another user
  48. MaxKbTransfer=500      ; Maximum kb's a user can transfer to another user
  49.