IsabelaFernandez Posted January 16, 2020 Share Posted January 16, 2020 Â hello friends, I would like a simple script to make @night always active Quote Link to comment Share on other sites More sharing options...
1 LOOLP - OFF Posted January 16, 2020 Share Posted January 16, 2020 // conf/battle/misc.conf#L65 Actual -> night_at_start: no Alter -> night_at_start: yes // conf/battle/misc.conf#L75 Actual -> night_duration: 0 Keep at 0, but if there is still a change to day mode for some reason, change this value 0 to 86400000. Â 1 Quote Link to comment Share on other sites More sharing options...
0 IsabelaFernandez Posted January 16, 2020 Author Share Posted January 16, 2020 23 minutes ago, dev LOOLP said: // conf/battle/misc.conf#L65 Actual -> night_at_start: no Alter -> night_at_start: yes // conf/battle/misc.conf#L75 Actual -> night_duration: 0 Keep at 0, but if there is still a change to day mode for some reason, change this value 0 to 86400000. Â Thank you my friend! Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted January 18, 2020 Share Posted January 18, 2020 - script night_mode_on -1,{ OnInit: setbattleflag("night_at_start", 0); setbattleflag("night_at_start", 0); setbattleflag("night_duration", 0); night; end; } now your server will always stay in night mode. 1 Quote Link to comment Share on other sites More sharing options...
0 IsabelaFernandez Posted January 20, 2020 Author Share Posted January 20, 2020 On 1/18/2020 at 9:46 AM, Emistry said: - script night_mode_on -1,{ OnInit: setbattleflag("night_at_start", 0); setbattleflag("night_at_start", 0); setbattleflag("night_duration", 0); night; end; } now your server will always stay in night mode. Thanks my friend, work very well Quote Link to comment Share on other sites More sharing options...
Â
hello friends, I would like a simple script to make @night always active
Link to comment
Share on other sites