core Posted January 11, 2018 Posted January 11, 2018 Hi how to set that always day advance thank you if any one can help Quote
0 Cyro Posted January 11, 2018 Posted January 11, 2018 https://github.com/rathena/rathena/blob/master/conf/battle/misc.conf // Choose if server begin with night (yes) or day (no) night_at_start: yes // Define duration in msec of the day (default: 7200000 = 2 hours) // Set to 0 to disable day cycle (but not @day GM command). // Except 0, minimum is 60000 (1 minute) day_duration: 7200000 // Define duration in msec of the night (default: 1800000 = 30 min) // Set to 0 to disable night cycle (but not @night GM command). // Except 0, minimum is 60000 (1 minute) night_duration: 3600000 1 Quote
0 Emistry Posted January 11, 2018 Posted January 11, 2018 conf/battle/misc.conf#L64-L75 its daytime by default.... 1 Quote
0 crazyarashi Posted January 11, 2018 Posted January 11, 2018 you can set up the config for night/day in conf/battle/misc.conf :)) 1 Quote
0 hendra814 Posted January 11, 2018 Posted January 11, 2018 How about set start with day mode but after 06 PM will change into night mode. and will back to day mode at 06 AM could i enable with that config or using script? Quote
0 core Posted January 11, 2018 Author Posted January 11, 2018 17 hours ago, Cyro said: https://github.com/rathena/rathena/blob/master/conf/battle/misc.conf // Choose if server begin with night (yes) or day (no) night_at_start: yes // Define duration in msec of the day (default: 7200000 = 2 hours) // Set to 0 to disable day cycle (but not @day GM command). // Except 0, minimum is 60000 (1 minute) day_duration: 7200000 // Define duration in msec of the night (default: 1800000 = 30 min) // Set to 0 to disable night cycle (but not @night GM command). // Except 0, minimum is 60000 (1 minute) night_duration: 3600000 become always night sir i want to set no night at all Quote
0 hendra814 Posted January 11, 2018 Posted January 11, 2018 17 minutes ago, core said: become always night sir i want to set no night at all // Choose if server begin with night (yes) or day (no) night_at_start: no // Define duration in msec of the day (default: 7200000 = 2 hours) // Set to 0 to disable day cycle (but not @day GM command). // Except 0, minimum is 60000 (1 minute) day_duration: 0 // Define duration in msec of the night (default: 1800000 = 30 min) // Set to 0 to disable night cycle (but not @night GM command). // Except 0, minimum is 60000 (1 minute) night_duration: 0 Quote
0 core Posted January 11, 2018 Author Posted January 11, 2018 16 hours ago, hendra814 said: // Choose if server begin with night (yes) or day (no) night_at_start: no // Define duration in msec of the day (default: 7200000 = 2 hours) // Set to 0 to disable day cycle (but not @day GM command). // Except 0, minimum is 60000 (1 minute) day_duration: 0 // Define duration in msec of the night (default: 1800000 = 30 min) // Set to 0 to disable night cycle (but not @night GM command). // Except 0, minimum is 60000 (1 minute) night_duration: 0 yes thats the default but in an hours the mood is back to night how can it be Quote
0 hendra814 Posted January 11, 2018 Posted January 11, 2018 (edited) 36 minutes ago, core said: yes thats the default but in an hours the mood is back to night how can it be maybe in your npc\custom folder have custom script for change day and night mode like mine. Edited January 11, 2018 by hendra814 1 Quote
0 core Posted January 11, 2018 Author Posted January 11, 2018 16 hours ago, hendra814 said: maybe in your npc\custom folder have custom script for change day and night mode like mine. Great got it Thanks =) Quote
Question
core
Hi how to set that always day advance thank you if any one can help
9 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.