i recently add this src mod in my server when i recompile my server no error appears but when i try to start the server theres also no error and working fine but the problem is im getting random MAP CRASH and DONT SEND error appears. is there any way to see the logs of map server crash?? (windows os) and also i noticed if i use @killmonster the map server crash.
mob.c
//Increase drop rate if user is a premium user
if (sd->gmlevel == 1) // now rig the drop rate to never be over 90% unless it is originally >90%.
i recently add this src mod in my server when i recompile my server no error appears but when i try to start the server theres also no error and working fine but the problem is im getting random MAP CRASH and DONT SEND error appears. is there any way to see the logs of map server crash?? (windows os) and also i noticed if i use @killmonster the map server crash.
mob.c
//Increase drop rate if user is a premium user
if (sd->gmlevel == 1) // now rig the drop rate to never be over 90% unless it is originally >90%.
drop_rate = max(drop_rate,cap_value((int)(0.5+drop_rate*(120)/100.),0,9000));
Link to comment
Share on other sites