rathena / rathena

rAthena is an open-source cross-platform MMORPG server.
https://rathena.org/board/
GNU General Public License v3.0
2.86k stars 2.29k forks source link

Relogin make Negative timer on status associated status_change_timer. #4984

Open attackjom opened 4 years ago

attackjom commented 4 years ago
aleos89 commented 4 years ago

This is because we send the packet out with the remaining tick in both the total and remaining time values. We would have to store the total tick along with the remaining tick to display the difference and keep it from going into a negative value.