ai4rei f0d5c981e1 * Merged changes from trunk [14827:14894/trunk]. hace 14 años
..
battle 2e3209566f * Added support for increased max statistics (parameters) for 3rd classes (regular and baby). hace 14 años
import-tmpl d41e850975 * Merged changes from trunk [14636:14686/trunk]. hace 14 años
mapflag 96a6a43e85 * Merged changes from trunk [14742:14782/trunk]. hace 14 años
Changelog.txt f0d5c981e1 * Merged changes from trunk [14827:14894/trunk]. hace 14 años
atcommand_athena.conf d41e850975 * Merged changes from trunk [14636:14686/trunk]. hace 14 años
battle_athena.conf 1b38a1964b * Merged changes from trunk [14688:14739/trunk]. hace 14 años
char_athena.conf 1b38a1964b * Merged changes from trunk [14688:14739/trunk]. hace 14 años
charhelp.txt 2b6f273e92 * Merged changes from trunk [14496:14630/trunk]. hace 14 años
grf-files.txt 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. hace 17 años
help.txt ebc71ca92f - Added a missing space in help.txt (bugreport:3632) hace 15 años
help2.txt 76eb9581b9 Some more txt/sql login server synchronization: hace 17 años
inter_athena.conf e1f53f04ec * Changed party_share_level from 10 to 15 as per kRO maintenance from 2010/04/14. hace 14 años
log_athena.conf 1b38a1964b * Merged changes from trunk [14688:14739/trunk]. hace 14 años
login_athena.conf d41e850975 * Merged changes from trunk [14636:14686/trunk]. hace 14 años
map_athena.conf b753cba749 * Some more updates to Quest Log hace 16 años
maps_athena.conf 38725ab312 * Merged changes from trunk [14784:14819/trunk]. hace 14 años
motd.txt 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. hace 17 años
msg_athena.conf f0d5c981e1 * Merged changes from trunk [14827:14894/trunk]. hace 14 años
packet_athena.conf 2b6f273e92 * Merged changes from trunk [14496:14630/trunk]. hace 14 años
plugin_athena.conf 339173867c Removed the 'upnp' plugin (see bugreport:1000). hace 16 años
readme.txt 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. hace 17 años
script_athena.conf 2b6f273e92 * Merged changes from trunk [14496:14630/trunk]. hace 14 años
subnet_athena.conf 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. hace 17 años

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