core Posted January 11, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 1 Joined: 05/21/17 Last Seen: June 11, 2018 Share Posted January 11, 2018 Hi how to set that always day advance thank you if any one can help Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted January 11, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted January 11, 2018 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 11, 2018 conf/battle/misc.conf#L64-L75 its daytime by default.... 1 Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted January 11, 2018 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Monday at 01:17 PM Share Posted January 11, 2018 you can set up the config for night/day in conf/battle/misc.conf :)) 1 Quote Link to comment Share on other sites More sharing options...
0 hendra814 Posted January 11, 2018 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 14 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 core Posted January 11, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 1 Joined: 05/21/17 Last Seen: June 11, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
0 hendra814 Posted January 11, 2018 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 14 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 core Posted January 11, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 1 Joined: 05/21/17 Last Seen: June 11, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
0 hendra814 Posted January 11, 2018 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 14 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 core Posted January 11, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 1 Joined: 05/21/17 Last Seen: June 11, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
Question
core
Hi how to set that always day advance thank you if any one can help
Link to comment
Share on other sites
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.