diff options
author | ajarn <ajarn@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-27 08:55:24 +0000 |
---|---|---|
committer | ajarn <ajarn@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-27 08:55:24 +0000 |
commit | 94034935b0ed5791c0b184b3da00b75ee3d96a0b (patch) | |
tree | 33cd05685b8e63a19f9b23a5369e08408b79261a /conf-tmpl/battle_athena.conf | |
parent | 7ce995327ff958c0896ccf4929cabf8a1b881d72 (diff) | |
download | hercules-94034935b0ed5791c0b184b3da00b75ee3d96a0b.tar.gz hercules-94034935b0ed5791c0b184b3da00b75ee3d96a0b.tar.bz2 hercules-94034935b0ed5791c0b184b3da00b75ee3d96a0b.tar.xz hercules-94034935b0ed5791c0b184b3da00b75ee3d96a0b.zip |
common vote
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@809 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle_athena.conf')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index 93a427655..f96fe5403 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -11,7 +11,7 @@ // \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ // //-------------------------------------------------------------- -//eAthena Battle Configuration File +// eAthena Battle Configuration File // Made in to plainer english by Ancyker //-------------------------------------------------------------- //Note 1: Directives can be set using on/off, yes/no or 1/0. @@ -391,20 +391,20 @@ natural_heal_weight_rate: 50 // or if you're experiencing problems with GRF loading // // Override item names from GRF file? (Note 1) -item_name_override_grffile: yes +item_name_override_grffile: no // // Override item equip positions from GRF file? (Note 1) -item_equip_override_grffile: yes +item_equip_override_grffile: no // // Override item slots from GRF file? (Note 1) -item_slots_override_grffile: yes +item_slots_override_grffile: no // // Override 'indoors' mapflags from GRF file? (Note 1) -indoors_override_grffile: yes +indoors_override_grffile: no // // Override SP used per level from GRF file? (Note 1) // Turn this off if you have a customised skill_require_db.txt -skill_sp_override_grffile: yes +skill_sp_override_grffile: no // // Read card illustrations from GRF file? (Note 1) cardillust_read_grffile: yes |