I'm working with respaw cron and I found an issue that I don't know if it's something in the server calculation or if it's the cron time itself.
If I kill the boss before the scheduled time, he will be born at the set time. If I kill him after, it adds 1 day.
If I set 19:00 and kill between 00:01 and 18:59 it counts 3 days. If I kill between 19:00 and 23:59 it is counting 4 days.
Exemple:
set time respawn_cron="~30:45 20 +3:* * *"
kill 19:56 -17/08
server calculates respaw with 3 days.
Exemplo 2:
set time respawn_cron="~30:45 17 +3:* * *"
kill 19:51 -17/08
server calculates respaw with 4 days.
If I kill the boss before the scheduled time, he will be born at the set time. If I kill him after, it adds 1 day.
If I set 19:00 and kill between 00:01 and 18:59 it counts 3 days. If I kill between 19:00 and 23:59 it is counting 4 days.
Exemple:
set time respawn_cron="~30:45 20 +3:* * *"
kill 19:56 -17/08
server calculates respaw with 3 days.
Exemplo 2:
set time respawn_cron="~30:45 17 +3:* * *"
kill 19:51 -17/08
server calculates respaw with 4 days.