
> Hercules merges: * c69e4b6: Added new item bonuses bFixedCast, bVariableCast & bFixedCastrate (see 'doc/item_bonus.txt' for info). Added new conf for max_walk_path. * bb61951: Getting rid of unused indexes. If the table has a multiple-column index, any leftmost prefix of the index can be used by the optimizer to find rows. For example, if you have a three-column index on (col1, col2, col3), you have indexed search capabilities on (col1), (col1, col2), and (col1, col2, col3). Source: http://dev.mysql.com/doc/refman/5.5/en/multiple-column-indexes.html * 7e4c578, 90eefa0: Allow unsigned int values for guild exp (as it was before the change). Atoll was introduced in a 2011 lib and vc9 and 10 don't have that, dropping to atol since we dont need the int64 and using a tricky conversion to get it to unsigned. * a4802ea: You no longer can dispell guild mates in non-pkable areas. (bugreport:6803) * 54d0583: Hells Plant no longer can be stacked on the ground. (bugreport:6825) * 6fb7161: Fire Pillar is now removed by land protector, and no longer can be cast over land protector. (bugreport:2177) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17123 54d463be-8e91-2dee-dedb-b68131a5f0ec
What is the import folder for? ------------------------------------------------------------------------------- The folder provides 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 is updated with rAthena (usually though SVN). How does this work? ------------------------------------------------------------------------------- Place only the settings you have changed in the import files. For example, if you want to change a value in /battle/exp.conf: // Rate at which exp. is given. (Note 2) base_exp_rate: 700 You could instead copy the setting into /import/battle_conf.txt, and you'll eliminate any problems updating in the future. Neat, isn't it? - Semi-guide by Ajarn / Euphy