- Offizieller Beitrag
Mainserver:
- Disabled some unused code in itemdb.c
-MAX_ITEMID & the itemdb_array are not used anymore.
-The item databases is using the DBMap implementation which is dynamic. - Fixed zeny transactions for negative amounts.
-Also updated .zeny to send a message when succed. - Temporary bugfix for getusersname script command where various 'next' buttons would pop
-for now let's display everything in one single "page"; - Fixed something related to sc_end command:
-Made use of the "new" flag 3 of status_change_clear to include some status which shouldn't be removed by sc_end script command. - Some misc cleaning/fixing.
-Removed deprecated memory manager macros.
-disabled unused grf_shuffle_enc function. - Preventing clone commands if player is dead (for slave and evil clone).