Reducto Posted May 2, 2013 Posted May 2, 2013 How can I disable all skill in map with a certain time and activate it again with a certain time? Quote
Capuche Posted May 3, 2013 Posted May 3, 2013 Like this ? - script ijninuono -1,{ OnClock0100: // at 1:00 am setmapflag "prontera",mf_noskill; end; OnClock0102: removemapflag "prontera",mf_noskill; end; } setmapflag removemapflag Quote
Question
Reducto
How can I disable all skill in map with a certain time and activate it again with a certain time?
2 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.