Famous Posted November 28, 2012 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Share Posted November 28, 2012 (edited) Can I request a script that can use @killmonster2 every 15minutes example map prontera -<tab>script<tab>monsterKiller<tab>-1,{ OnPCDieEvent: if( strcharinfo(3) != "prontera" ) end; killmonster2 "prontera"; end; } How to make this script every 10minutes or 15minutes? Edited November 28, 2012 by zhen Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 28, 2012 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 November 28, 2012 OnInit: while( 1 ){ killmonsterall "prontera"; sleep ( 15 * 60000 ); } end; Quote Link to comment Share on other sites More sharing options...
Famous Posted November 28, 2012 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Author Share Posted November 28, 2012 thanks emistry Quote Link to comment Share on other sites More sharing options...
Question
Famous
Can I request a script that can use @killmonster2 every 15minutes example map prontera
How to make this script every 10minutes or 15minutes?
Edited by zhenLink 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.