L0ne_W0lf f755dd18b3 - Implemented first version of Archbishop skills. Preliminary version, see doc/3rd_job_notes.txt for details/bugs/issues with skills. %!s(int64=13) %!d(string=hai) anos
..
battle f755dd18b3 - Implemented first version of Archbishop skills. Preliminary version, see doc/3rd_job_notes.txt for details/bugs/issues with skills. %!s(int64=13) %!d(string=hai) anos
import-tmpl d41e850975 * Merged changes from trunk [14636:14686/trunk]. %!s(int64=14) %!d(string=hai) anos
mapflag 96a6a43e85 * Merged changes from trunk [14742:14782/trunk]. %!s(int64=14) %!d(string=hai) anos
Changelog.txt 0031e22f16 * Raised MAX_MERCENARY_CLASS to 44 for new mercenaries. %!s(int64=14) %!d(string=hai) anos
atcommand_athena.conf d41e850975 * Merged changes from trunk [14636:14686/trunk]. %!s(int64=14) %!d(string=hai) anos
battle_athena.conf 1b38a1964b * Merged changes from trunk [14688:14739/trunk]. %!s(int64=14) %!d(string=hai) anos
char_athena.conf 1b38a1964b * Merged changes from trunk [14688:14739/trunk]. %!s(int64=14) %!d(string=hai) anos
charhelp.txt 2b6f273e92 * Merged changes from trunk [14496:14630/trunk]. %!s(int64=14) %!d(string=hai) anos
grf-files.txt 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. %!s(int64=17) %!d(string=hai) anos
help.txt ebc71ca92f - Added a missing space in help.txt (bugreport:3632) %!s(int64=15) %!d(string=hai) anos
help2.txt 76eb9581b9 Some more txt/sql login server synchronization: %!s(int64=17) %!d(string=hai) anos
inter_athena.conf e1f53f04ec * Changed party_share_level from 10 to 15 as per kRO maintenance from 2010/04/14. %!s(int64=14) %!d(string=hai) anos
log_athena.conf 1b38a1964b * Merged changes from trunk [14688:14739/trunk]. %!s(int64=14) %!d(string=hai) anos
login_athena.conf d41e850975 * Merged changes from trunk [14636:14686/trunk]. %!s(int64=14) %!d(string=hai) anos
map_athena.conf b753cba749 * Some more updates to Quest Log %!s(int64=16) %!d(string=hai) anos
maps_athena.conf f755dd18b3 - Implemented first version of Archbishop skills. Preliminary version, see doc/3rd_job_notes.txt for details/bugs/issues with skills. %!s(int64=13) %!d(string=hai) anos
motd.txt 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. %!s(int64=17) %!d(string=hai) anos
msg_athena.conf f0d5c981e1 * Merged changes from trunk [14827:14894/trunk]. %!s(int64=14) %!d(string=hai) anos
packet_athena.conf 2b6f273e92 * Merged changes from trunk [14496:14630/trunk]. %!s(int64=14) %!d(string=hai) anos
plugin_athena.conf 339173867c Removed the 'upnp' plugin (see bugreport:1000). %!s(int64=16) %!d(string=hai) anos
readme.txt 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. %!s(int64=17) %!d(string=hai) anos
script_athena.conf 2b6f273e92 * Merged changes from trunk [14496:14630/trunk]. %!s(int64=14) %!d(string=hai) anos
subnet_athena.conf 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. %!s(int64=17) %!d(string=hai) anos

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