فهرست منبع

common vote

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@809 54d463be-8e91-2dee-dedb-b68131a5f0ec
ajarn 20 سال پیش
والد
کامیت
fb53e90878
2فایلهای تغییر یافته به همراه9 افزوده شده و 6 حذف شده
  1. 3 0
      Changelog.txt
  2. 6 6
      conf-tmpl/battle_athena.conf

+ 3 - 0
Changelog.txt

@@ -1,4 +1,7 @@
 Date	Added
+12/27
+	* Changed the *_override_grffile to no by default, because many were having issues with it [Ajarn]
+
 12/26
 	* Fixed ANOTHER pet crash (double free) (SVN: 804) [MouseJstr]
         * Added a proper #define for MAX_VENDING (SVN: 802) [MouseJstr]

+ 6 - 6
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