diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-04 23:22:34 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-04 23:22:34 +0000 |
commit | b91405aa5454bab5eeacd29d28a773812ef55b29 (patch) | |
tree | 7a468bf51a4b8c67f466a168d611578a9b057a1b /conf-tmpl/battle_athena.conf | |
parent | 414864ad8b4237cc31d03b020119a8cf978c30bc (diff) | |
download | hercules-b91405aa5454bab5eeacd29d28a773812ef55b29.tar.gz hercules-b91405aa5454bab5eeacd29d28a773812ef55b29.tar.bz2 hercules-b91405aa5454bab5eeacd29d28a773812ef55b29.tar.xz hercules-b91405aa5454bab5eeacd29d28a773812ef55b29.zip |
some item/mob db fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1032 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle_athena.conf')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index a36792ec4..2b5114f95 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -837,5 +837,11 @@ bone_drop: 0 // The rate of monsters dropping ores by the skill Ore Discovery (Default is 100) finding_ore_rate: 100 +//Method of calculating earned experience when defeating a monster: +//0 - jAthena's +//1 - eAthena's, using damage given / max_hp as damage ratio +//2 - eAthena's, using damage given / total damage as damage ratio +exp_calc_type: 1 + import: conf/import/battle_conf.txt |