Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008094

  • 0 - None Assigned

  • Needs More Info

Issue Confirmations

  • Yes (0)No (0)
Photo

Storable rental item & mail bug.

Posted by Helena on 16 March 2014 - 12:00 PM

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!

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?

Ind 
changed status to: Needs More Info