shefer Posted November 26, 2022 Group: Members Topic Count: 5 Topics Per Day: 0.01 Content Count: 10 Reputation: 0 Joined: 09/20/22 Last Seen: December 23, 2022 Share Posted November 26, 2022 Hello, everybody. I tried setmapflag "prontera", mf_nightenabled; It was tested, but it didn't work. Also, I plan to use it on my own custom maps, including instance. Only the specified map turns into night, and I don't know how to do that. it didn't work Quote Link to comment Share on other sites More sharing options...
0 PsyOps Posted December 1, 2022 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 150 Reputation: 12 Joined: 12/03/18 Last Seen: 20 hours ago Share Posted December 1, 2022 On 11/26/2022 at 10:13 PM, shefer said: Hello, everybody. I tried setmapflag "prontera", mf_nightenabled; It was tested, but it didn't work. Also, I plan to use it on my own custom maps, including instance. Only the specified map turns into night, and I don't know how to do that. it didn't work you can just do a prontera mapflag nightenabled or use this - script DayNight -1,{ OnClock0600: day; end; OnInit: // setting correct mode upon server start-up if (gettime(DT_HOUR)>=6 && gettime(DT_HOUR)<23) end; OnClock0000: night; end; } + rep if helps Quote Link to comment Share on other sites More sharing options...
Question
shefer
Hello, everybody.
I tried
setmapflag "prontera", mf_nightenabled;
It was tested, but it didn't work.
Also, I plan to use it on my own custom maps, including instance.
Only the specified map turns into night, and I don't know how to do that.
it didn't work
Link to comment
Share on other sites
1 answer 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.