shefer Posted November 26, 2022 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
0 PsyOps Posted December 1, 2022 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
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
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.