Bug Fixes:

- 'hp_rate' and 'sp_rate' config aren't working. http://rathena.org/board/tracker/issue-8742-max-hpsp-battleconf-not-working/
- Mercenary DB that aren't being read properly whic also happens for Homunculus DB. http://rathena.org/board/tracker/issue-8761-mercenary-db-import-folder-issue/
- Fixed Elemental DBs that aren't being imported yet. (also changed to sv_readdb)

Rebellion Skill Updates:
- Some updates according to kRO updates on http://forums.irowiki.org/showpost.php?p=1364894&postcount=579, http://forums.irowiki.org/showpost.php?p=1388802&postcount=981, and http://forums.irowiki.org/showpost.php?p=1389627&postcount=1008
- Partial merge from idAthena.
- Using 0x107 as temporary marker on mini-map for Crimson Marker target.
- Some stuffs maybe still wrong, feel free to report/fix it.
- Thank people on those links, Ziu, and idAthena.

Misc changes:
- Changed some function names for homunculus.c/h with prefix hom_* and mercenary.c/h with prefix mercenary_*
- Change unnecessary 'int' return value tos 'void'

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
This commit is contained in:
Cydh Ramdh
2014-03-13 23:59:29 +07:00
parent bebfb06159
commit dd67f9de96
41 changed files with 990 additions and 763 deletions

View File

@@ -3790,6 +3790,8 @@ void do_final(void)
do_final_party();
do_final_pc();
do_final_pet();
do_final_homunculus();
do_final_mercenary();
do_final_mob();
do_final_msg();
do_final_skill();
@@ -4101,7 +4103,7 @@ int do_init(int argc, char *argv[])
do_init_guild();
do_init_storage();
do_init_pet();
do_init_merc();
do_init_homunculus();
do_init_mercenary();
do_init_elemental();
do_init_quest();