diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-30 08:55:22 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-30 08:55:22 +0000 |
commit | fd435430623c01ec109f506c9afd1e3b46c03e7d (patch) | |
tree | 486ccda694a57891a8591347089905203d345d1c /src/map/status.c | |
parent | 1a71202b477c6820b9193a1131a61c3c7b005924 (diff) | |
download | hercules-fd435430623c01ec109f506c9afd1e3b46c03e7d.tar.gz hercules-fd435430623c01ec109f506c9afd1e3b46c03e7d.tar.bz2 hercules-fd435430623c01ec109f506c9afd1e3b46c03e7d.tar.xz hercules-fd435430623c01ec109f506c9afd1e3b46c03e7d.zip |
* Made skill_tree.txt reading use sv_readdb. [Ai4rei]
- Added define for skill entry requirements.
- Reports duplicate skills within same job class.
- Updated comments for skill Berserk in skill_tree.txt, among others because they would cause errors the way they are read now.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14524 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index ac034c1b6..2d30e6df8 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -7676,6 +7676,13 @@ static int status_natural_heal_timer(int tid, unsigned int tick, int id, intptr return 0; } +/*========================================== + * DB reading. + * job_db1.txt - weight, hp, sp, aspd + * job_db2.txt - job level stat bonuses + * size_fix.txt - size adjustment table for weapons + * refine_db.txt - refining data table + *------------------------------------------*/ int status_readdb(void) { int i,j,class_; |