Famous Posted November 28, 2012 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
Emistry Posted November 28, 2012 Posted November 28, 2012 OnInit: while( 1 ){ killmonsterall "prontera"; sleep ( 15 * 60000 ); } end; Quote
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 zhen2 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.