Sasabmeg / FOnline-BraveNewWorld

FOClassic and PReloaded project, mostly for fodev.net tutorials or module code shares.
https://fodev.net/forum/index.php/topic,30344.0.html
GNU General Public License v3.0
11 stars 4 forks source link

Cooldowns over max possible duration after server restart/world safe wipe, etc. #61

Closed Sasabmeg closed 2 days ago

Sasabmeg commented 1 year ago

Seems like most server have this issue, I think the root cause is that player data is saved separately from the world, thus the world timer sets back, while player CD time would be still in the far future.

Maybe once a player logs in, their CD must be checked and corrected to max possible if more than that.

LinuxFO commented 2 months ago

Same as newest issue? https://github.com/Sasabmeg/FOnline-BraveNewWorld/issues/102

Sasabmeg commented 2 months ago

yes, double post is what I get for ignoring an issue for a year... commit fix to any of these, I will close both when finished