hercules/conf
jsn 49d2a40e4d
Messagetable update
-Added @storagelist error message and rearranged
-Matched MSGTBL_STORAGE_NOT_LOADED to its messages.conf text
2026-07-05 17:04:59 +03:00
..
api Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
char Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
common Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
global Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
import-tmpl Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
login Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
map Merge branch 'rebalance' 2026-04-22 03:35:47 +02:00
atcommand.conf Add aliases for at command camerainfo: setcamera and viewpointvalue. 2018-12-16 06:28:16 +03:00
battlegrounds.conf Fixed typo & space replacement in battlegrounds.conf 2020-06-10 00:05:25 +02:00
channels.conf Add config for '@channel setopt MessageDelay <delay>'. 2018-10-16 19:53:33 +13:00
clans.conf Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
emotes.conf Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
grf-files.txt * Documented @refreshall (r17035), @breakguild, @hommutate (r17038). 2012-12-23 21:11:29 +00:00
groups.conf Implement Macro Detection Client Interface 2021-09-30 23:10:33 +01:00
messages.conf Messagetable update 2026-07-05 17:04:59 +03:00
network.conf Typo errors (in all conf/) 2020-06-07 22:32:40 +02:00
plugins.conf Readd http sample code in httpsample.c plugin 2023-04-12 02:53:57 +03:00
readme.txt Ported battle.conf to libconfig 2016-08-19 21:32:26 +02:00
storage.conf Storage configuration 2026-07-05 17:04:49 +03: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/map/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,
and you'll eliminate any problems updating in the future.

Neat, isn't it?

- Semi-guide by Ajarn / Euphy