We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Someone reported me that sending parcel to offline player make it disappear. He uses this engine downgraded to 8.0.
Under: https://github.com/ninjalulz/forgottenserver/blob/8.0/src/mailbox.cpp#L125 Paste:
tmpPlayer.setLastDepotId(depotLocker->getDepotId());
EDIT: I'm not sure if it saves parcel when you send it to person that is online, but do not open depot and logouts. Waiting for answer: https://otland.net/threads/parcel-system.262519/#post-2540928
// Gesior.pl at work
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Someone reported me that sending parcel to offline player make it disappear.
He uses this engine downgraded to 8.0.
Fix
Under:
https://github.com/ninjalulz/forgottenserver/blob/8.0/src/mailbox.cpp#L125
Paste:
EDIT:
I'm not sure if it saves parcel when you send it to person that is online, but do not open depot and logouts. Waiting for answer:
https://otland.net/threads/parcel-system.262519/#post-2540928
// Gesior.pl at work
The text was updated successfully, but these errors were encountered: