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

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