From 0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 11 May 2006 13:38:30 +0000 Subject: - Added the missing semi-comma from the upgrade_svn6533.sql file. Thanks to Tanaous - Added back the missing code that substracts arrows when normal-attacking. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6554 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/script_athena.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'conf-tmpl') diff --git a/conf-tmpl/script_athena.conf b/conf-tmpl/script_athena.conf index 17ec34f1f..bb06371ee 100644 --- a/conf-tmpl/script_athena.conf +++ b/conf-tmpl/script_athena.conf @@ -18,6 +18,11 @@ // When choosing those which it refines setting the letter which is indicated. (Those for word use other than Japanese?) refine_posword: Head,Body,Left hand,Right hand,Robe,Shoes,Accessory 1,Accessory 2,Head 2,Head 3,Not Equipped +//If you are getting crashes during script loading, you can set this to yes +//to find out which script causes it. Otherwise leave it as no since the amount +//of extra console output is staggering. +verbose_mode: no + warn_func_no_comma: yes warn_cmd_no_comma: yes @@ -63,4 +68,4 @@ loadmap_event_name: PCLoadMapEvent baselvup_event_name: PCBaseLvUpEvent // Name of event when a player levels up (job lv) -joblvup_event_name: PCJobLvUpEvent \ No newline at end of file +joblvup_event_name: PCJobLvUpEvent -- cgit v1.2.3-60-g2f50