IsabelaFernandez Posted January 16, 2020 Posted January 16, 2020 hello friends, I would like a simple script to make @night always active Quote
1 LOOLP - OFF Posted January 16, 2020 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
0 IsabelaFernandez Posted January 16, 2020 Author 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
0 Emistry Posted January 18, 2020 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
0 IsabelaFernandez Posted January 20, 2020 Author 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
Question
IsabelaFernandez
hello friends, I would like a simple script to make @night always active
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.