- Offizieller Beitrag
Mainserver:
- A few item database fixes.
-Removed all 'Loc' fields from Armor Enchantments, since they cannot be used directly by players.
-Fixed some item view IDs. - Added some server defined constants to script_hardcoded_constants function.
- Made use of the already existing OPTION_COSTUME compound.
- Some misc cleaning.
- Fixed Guild Auras applying to other guilds.
- Some more fixes in hp/sp calculations.
-'hp_rate' and 'sp_rate' configs are now working. - Mercenary & Homunculus DB are now read properly.
-Also changed function names for homunculus.c/h with prefix hom_* and mercenary.c/h with prefix mercenary_* - Changed some unnecessary 'int' return values to 'void'.
- Fixed clif_cartlist to send the items correctly again.
-it used the wrong index for clif_item_sub function... sorry.