Playtester d4aa4c70a7 Walkpath loop fix (fixes #198)
- Move requests one cell west will now be ignored if the target cell is occupied
- You can now set official_cell_stack_limit to 0 to completely disable it including the limitation above
2015-02-28 15:41:18 +01:00
..
2015-02-28 15:41:18 +01:00
2014-12-09 13:22:40 +07:00
2014-06-15 18:50:21 +07:00
2015-02-19 15:02:14 +07:00
2014-07-12 07:38:32 +07:00
2014-09-15 18:02:49 +07:00
2014-06-10 12:24:19 -04:00
2014-06-06 23:30:53 +02:00
2013-11-08 16:40:36 +07: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