hercules/conf
malufett 210c963d28 RENEWAL Updates:
-Fixed card bonuses related to to ATK.(Added 'bRaceTolerance'). Thanks Michi for the support.
-Fixed Renewal EDP. Special thanks to Awesome Yommy <3
-Enabled 'display_skill_fail' since '/skillfail' is already available in the client

Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2015-03-11 13:02:41 +08:00
..
battle RENEWAL Updates: 2015-03-11 13:02:41 +08:00
import-tmpl - Added libconfig (configuration file library: http://www.hyperrealm.com/libconfig/): 2012-02-13 01:19:04 +00:00
atcommand.conf Since our neighbours added it, we too wanted this feature. Topic:http://hercules.ws/board/topic/2540-add-rathena-new-aloot-type/ 2013-10-18 10:57:06 +05:30
battle.conf Renaming some more, also temporarily made "display_version" off by default until we decide what to do with the version since it's git. 2013-01-27 08:32:25 -02:00
battlegrounds.conf BG Queue Fixes & +++ 2014-03-18 14:59:53 -03:00
channels.conf Added support for Nick Server GHOST command 2013-08-12 17:14:51 +02:00
char-server.conf Fixed Bug #8286 2014-08-05 11:43:35 -04:00
charhelp.txt * Merged changes from trunk [14496:14630/trunk]. 2010-12-26 22:36:41 +00:00
grf-files.txt * Documented @refreshall (r17035), @breakguild, @hommutate (r17038). 2012-12-23 21:11:29 +00:00
groups.conf Item Bound Fixes/Adjustments/Improvements 2013-11-07 16:04:51 -02:00
help.txt Merged Pull Request #195 (@autoloottype) 2013-11-03 01:21:48 +01:00
inter-server.conf Removed name distinction between (sql) mob/item/mob_skill db and db_re variants 2015-01-22 12:05:10 +01:00
login-server.conf Improved client_hash_check 2014-02-08 04:05:03 +01:00
logs.conf Introducing Bank Support 2013-10-10 12:25:22 -03:00
map-server.conf Hercules Ultimate Localization Design 2015-02-23 14:24:36 -03:00
maps.conf -Added 2 new maps & new map_cache.dat 2013-04-11 02:52:11 -07:00
messages.conf RENEWAL Updates: 2014-12-10 00:57:50 +08:00
packet.conf Slight adjustments 2013-05-19 21:17:15 -04:00
plugins.conf Minor plugins.conf edit 2013-10-07 13:42:38 -03:00
readme.txt Corrected line endings and BOM issues with several files 2013-09-16 11:52:16 +02:00
script.conf Renaming some more, also temporarily made "display_version" off by default until we decide what to do with the version since it's git. 2013-01-27 08:32:25 -02:00
subnet.conf Dropping _athena file suffixes 2013-01-25 14:03:15 -02:00

What is the import folder for?
-------------------------------------------------------------------------------

The folder provides a way for you to change your config settings without having
to update the files every time you update your server. You store your changes,
and the rest is updated with Hercules (usually though GIT).

How does this work?
-------------------------------------------------------------------------------

Place only the settings you have changed in the import files.
For example, if you want to change a value in conf/battle/exp.conf:

	// Rate at which exp. is given. (Note 2)
	base_exp_rate: 700

You could instead copy the setting into conf/import/battle_conf.txt,
and you'll eliminate any problems updating in the future.

Neat, isn't it?

- Semi-guide by Ajarn / Euphy