Issue information

Issue ID
#8094
Status
Needs more Info
Severity
None
Started
Helena
Mar 16, 2014 12:00
Last Post
Ind
Mar 16, 2014 16:08
Confirmation
N/A

Helena - Mar 16, 2014 12:00

Hey Hercules.

First off, I'm using quite a old emulator (~8 months) and couldn't ever update it due to my source mods being gone, so if these no longer apply and have been fixed already I am terribly sorry!

I have two issues in my emulator...

1) Pretty much the same as this: [url="http://rathena.org/board/tracker/issue-5984-rental-items-not-expiring-when-placed-into-storage/"]http://rathena.org/board/tracker/issue-5984-rental-items-not-expiring-when-placed-into-storage/[/url]
I know there's a fix for it, but that fix isn't the same for hercules obviously. Is this still a current problem too, or am I the only one noticing? If already fixed in a previous rev, please can someone direct me to it?

2) Mail problem. When a level 0 account/character uses the mailing system (GMs do not have this problem), it gives a unvalid operation error in my map server. I assume it has something to do with these lines?:

// This function only check if the mail operations are valid
bool mail_invalid_operation(struct map_session_data *sd)
{
if( !map[sd->bl.m].flag.town && !pc->can_use_command(sd, "@mail") )
{
ShowWarning("clif->parse_Mail: char '%s' trying to do invalid mail operations.\n", sd->status.name);
return true;
}

return false;
}

_________________________________

Thanks I hope it can be fixed!

Ind - Mar 16, 2014 16:08

1) has been fixed some time ago, i don't remember when -- I checked the source code and the fix is there so I'm sure it has been fixed though, as I see it if you withdraw a expired item from storage the item's expiration timer takes place immediately, and it is then deleted
2) whats your packetver?