Reducto Posted May 2, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 231 Reputation: 9 Joined: 12/16/11 Last Seen: August 10, 2016 Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted May 3, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
Rage Guy Posted May 3, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Share Posted May 3, 2013 nice i will use it Quote Link to comment Share on other sites More sharing options...
Question
Reducto
How can I disable all skill in map with a certain time and activate it again with a certain time?
Link to comment
Share on other sites
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.