ai4rei 96a6a43e85 * Merged changes from trunk [14742:14782/trunk]. 14 anni fa
..
battle 96a6a43e85 * Merged changes from trunk [14742:14782/trunk]. 14 anni fa
import-tmpl d41e850975 * Merged changes from trunk [14636:14686/trunk]. 14 anni fa
mapflag 96a6a43e85 * Merged changes from trunk [14742:14782/trunk]. 14 anni fa
Changelog.txt 96a6a43e85 * Merged changes from trunk [14742:14782/trunk]. 14 anni fa
atcommand_athena.conf d41e850975 * Merged changes from trunk [14636:14686/trunk]. 14 anni fa
battle_athena.conf 1b38a1964b * Merged changes from trunk [14688:14739/trunk]. 14 anni fa
char_athena.conf 1b38a1964b * Merged changes from trunk [14688:14739/trunk]. 14 anni fa
charhelp.txt 2b6f273e92 * Merged changes from trunk [14496:14630/trunk]. 14 anni fa
grf-files.txt 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. 17 anni fa
help.txt ebc71ca92f - Added a missing space in help.txt (bugreport:3632) 15 anni fa
help2.txt 76eb9581b9 Some more txt/sql login server synchronization: 17 anni fa
inter_athena.conf e1f53f04ec * Changed party_share_level from 10 to 15 as per kRO maintenance from 2010/04/14. 14 anni fa
log_athena.conf 1b38a1964b * Merged changes from trunk [14688:14739/trunk]. 14 anni fa
login_athena.conf d41e850975 * Merged changes from trunk [14636:14686/trunk]. 14 anni fa
map_athena.conf b753cba749 * Some more updates to Quest Log 16 anni fa
maps_athena.conf d41e850975 * Merged changes from trunk [14636:14686/trunk]. 14 anni fa
motd.txt 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. 17 anni fa
msg_athena.conf 1d22347126 - AEGIS Conversion of Mob Spawns. 14 anni fa
packet_athena.conf 2b6f273e92 * Merged changes from trunk [14496:14630/trunk]. 14 anni fa
plugin_athena.conf 339173867c Removed the 'upnp' plugin (see bugreport:1000). 16 anni fa
readme.txt 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. 17 anni fa
script_athena.conf 2b6f273e92 * Merged changes from trunk [14496:14630/trunk]. 14 anni fa
subnet_athena.conf 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. 17 anni fa

readme.txt

What is the import folder for?

Most people don't know the real use of the import folder. After you do, you will wonder
what you ever did without it.

The main thing it does, is provide 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 are updated with eA (usually though SVN).

How does this work?

Well, you place only the settings you have changed in the import files. I'll use
battle_athena.conf and battle_conf.txt for my example. Everytime you update you conf
folder, using the normal method, you have to go and edit the configs again. So, you have to
redo your rates, redo your ip addresses, you have to redo it all. Well, not with the import
system.

Say you want to change your base experience rate from the default (100)to 7x (700). Well
then you would place this in your import/battle_conf.txt:

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

You don't need the comment (duh, it's a commnet), but I usually leave them for clarity
sake.

So, now this new setting take place over the setting in battle_athena.conf. You just keep
this file everytime you update, and your setting will always be there. Neat, isn't it?

So, yeah, that's what the import folder is for. I hope to see a lot more people use it, to
make my life as a managed server runer better.

Semi-guide by Ajarn