a small telecaster

02/09/2020 18:46 YamatosDeath#1
the files was completely normal last night
today after i added a daily quest i had to remove the cooling time from my character which ""i did"", and then after roughly 30-20 minutes the server crashed and it kept crashing everytime i turn on the server
[Only registered and activated users can see links. Click Here To Register...]

it's should be a small telecaster issue but i am a bit retarded
02/09/2020 20:43 ThunderNikk#2
The message talks about your time based event.

Says column count does not allow nulls.

Check npc event lua under your on_time_based_event and maybe disable it or fix it.

Maybe find out why your count column is being updated with a null count as it should set count = 1 or +1

Maybe set it to allow nulls and find out what it is trying to update in the table
02/09/2020 21:13 InkDevil#3
Just use
Code:
N:game.use_time_based_event_db:0
in your gameserver.opt.
And of course don't forget compressing to eop again.