summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-11 13:38:30 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-11 13:38:30 +0000
commit0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a (patch)
tree0f94f520efe85208752a3016e4059b95d080870e /conf-tmpl
parentef96dc4ab24074431b4d7463cfc0a6077fcd311e (diff)
downloadhercules-0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a.tar.gz
hercules-0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a.tar.bz2
hercules-0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a.tar.xz
hercules-0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a.zip
- 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
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/script_athena.conf7
1 files changed, 6 insertions, 1 deletions
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