script_athena.conf 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. // ______ __ __
  2. // /\ _ \/\ \__/\ \
  3. // __\ \ \L\ \ \ ,_\ \ \___ __ ___ __
  4. // /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
  5. ///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
  6. //\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
  7. // \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
  8. // _ _ _ _ _ _ _ _ _ _ _ _ _
  9. // / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
  10. //( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
  11. // \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
  12. //
  13. //--------------------------------------------------------
  14. // eAthena Script Configuration File
  15. //--------------------------------------------------------
  16. warn_func_mismatch_paramnum: yes
  17. check_cmdcount: 655360
  18. check_gotocount: 2048
  19. // Default value of the 'min' argument of the script command 'input'.
  20. // When the 'min' argument isn't provided, this value is used instead.
  21. // Defaults to 0.
  22. //input_min_value: 0
  23. // Default value of the 'max' argument of the script command 'input'.
  24. // When the 'max' argument isn't provided, this value is used instead.
  25. // Defaults to INT_MAX.
  26. //input_max_value: 2147483647
  27. input_max_value: 10000000
  28. import: conf/import/script_conf.txt