Lemongrass3110 c28c9f61be Removed maximum packet size from configuration
It's a source side define now, because you should really only change this if you know what you are doing.
Beautified the number for pre 2013-12-23, thanks to @dastgir.
Fixed a warning which was added by the last commit and was issued with the default settings, thanks to @cydh.

Follow up to f4b42b2
2015-12-09 19:28:44 +01:00
..
2015-12-03 11:20:12 -05:00
2014-06-15 18:50:21 +07:00
2014-07-12 07:38:32 +07:00
2015-06-26 10:36:40 -04:00
2015-06-30 10:58:07 +07:00
2015-06-30 10:58:07 +07:00
2014-06-06 23:30:53 +02:00
2013-11-08 16:40:36 +07:00
2015-10-21 01:59:32 -04: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 rAthena.

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 /battle/exp.conf:

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

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

Neat, isn't it?

- Semi-guide by Ajarn / Euphy