script_athena.conf 950 B

1234567891011121314151617181920212223242526272829
  1. //--------------------------------------------------------
  2. // rAthena Script Configuration File
  3. //--------------------------------------------------------
  4. warn_func_mismatch_paramnum: yes
  5. check_cmdcount: 655360
  6. check_gotocount: 2048
  7. // Default value of the 'min' argument of the script command 'input'.
  8. // When the 'min' argument isn't provided, this value is used instead.
  9. // Defaults to 0.
  10. //input_min_value: 0
  11. // Default value of the 'max' argument of the script command 'input'.
  12. // When the 'max' argument isn't provided, this value is used instead.
  13. // Defaults to INT_MAX.
  14. //input_max_value: 2147483647
  15. input_max_value: 10000000
  16. // Specifies whether or not each built-in function's arguments are checked for
  17. // correct type. When a function is given an argument different from what it
  18. // expects, a warning is thrown before the function is ran anyway.
  19. // Default: yes
  20. warn_func_mismatch_argtypes: yes
  21. import: conf/import/script_conf.txt