Issue information

Issue ID
#968
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Feb 14, 2008 5:27
Last Post
Hercules Elf Bot
Feb 14, 2008 5:27
Confirmation
N/A

Hercules Elf Bot - Feb 14, 2008 5:27

Originally posted by [b]Jguy[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=968

Couple bugs with the mail system...

first is sending a character zeny. If you send a character enough zeny to put them over the MAX_ZENY define in mmo.h, their zeny will indeed go over that value.

Example: GM had 999,999,999 zeny, another player sent me 2 zeny, I then had 1,000,000,001 zeny, #DEFINE MAX_ZENY is set to 1,000,000,000.

Another, don't know if the behavior is intended, but if you have the amount of items in your inventory to consider yourself 'too many items to hold anymore'
aka you have the same amount of items in your inventory as what is defined in MAX_INVENTORY and you get sent an item by mail, when you claim the item, it is gone forever, it does not go into inventory, it does not drop on the ground, it does not give you a message that says 'you cannot get the item because you have too many items in your inventory'. It does say, however, that 'The item has been added to your inventory window'. It doesn't even go back into the senders inventory (I wasn't expecting it to, I just thought I'd throw that out there)

Thanks.