From 3f599dbc85b01da7552abf61bf6dfd6776bc3a8b Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Mon, 25 Dec 2006 06:15:46 +0000 Subject: - Applied the rest of Rayce's suggestions and fixes (http://www.eathena.ws/board/index.php?showtopic=129185) - warn_cmd_no_comma, warn_func_no_comma, warn_cmd_mismatch_paramnum are now warn_func_mismatch_paramnum and it only prevents showing the error, as it was probably intended in the first place. (correct me if i'm wrong) - Merged the parsing of function calls in the script engine, removing the parse_cmd hackery, and made "heal (.@val+rand(0xff))&0xff,0;" valid again. - Fixed a bug in eye_of_hellion.txt and a bug in hunter.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9569 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/script_athena.conf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'conf-tmpl') diff --git a/conf-tmpl/script_athena.conf b/conf-tmpl/script_athena.conf index 939d04e11..eb41948ff 100644 --- a/conf-tmpl/script_athena.conf +++ b/conf-tmpl/script_athena.conf @@ -23,14 +23,8 @@ refine_posword: Head,Body,Left hand,Right hand,Robe,Shoes,Accessory 1,Accessory //of extra console output is staggering. verbose_mode: no -warn_func_no_comma: yes - -warn_cmd_no_comma: yes - warn_func_mismatch_paramnum: yes -warn_cmd_mismatch_paramnum: yes - check_cmdcount: 655360 check_gotocount: 2048 -- cgit v1.2.3-70-g09d2