Issue Information
-
#008094
-
0 - None Assigned
-
Needs More Info
Issue Confirmations
-
Yes (0)No (0)
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: http://rathena.org/b...d-into-storage/
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!
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: http://rathena.org/b...d-into-storage/
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!
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?
2) whats your packetver?
changed status to: Needs More Info