
*Added some extra data here and there that will be used in the future. -Mostly stuff for adding more jobs. *Corrected how the server listed a few job names. Like Mage should be Magician. -As the job name is seen hard coded in the client. *Added support for all 3rd jobs in the pre-re exp table. -Base levels use a copy of the Trans exp table. Job levels use a copy of the -Trans 2nd job exp table. *Added baby 3rd's to the renewal exp table. *Did some cleaning and updating in the atcommand.c file for the jobchange command. -Added a few job changes by job name typing. -Spaced things out in the message strings to allow job names of up to 16 characters. -If a name is bigger then 16 characters, it will need to be reduced to fit the space. -No more then 4 jobs listed max per line -Also removed unneeded text lines as the ID's they point to are dummy ID's. -Finally, updated the list of dummy ID's to prevent changing to, as well as added a -message to display if someone attempts to job change to one of those dummy ID's. *Readded the spaces in the pc.c file as tabs in the middle causes unorganized viewing issues. -The space gap is now big enough to allow everything to line up. =Jobs *Added 3rd job babys. -Everything is working properly for them except the max stats and skill trees. -I will add this stuff in the next update. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15873 54d463be-8e91-2dee-dedb-b68131a5f0ec
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