Flee Posted February 28, 2013 Posted February 28, 2013 hallo rathena , i would like to make some of my mvp spawn in 1 hour 00 minutes and some mvp 3 hours 00 minutes .. whats is the code number for 1hours 00 minutes and 3 hours 00 minutes ? Quote
Brian Posted February 28, 2013 Posted February 28, 2013 trunk/doc/script_commands.txt Delay1 and delay2 control monster respawn delays - the first one is the fixed base respawn time, and the second is random variance on top of the base time. Both values are given in milliseconds (1000 = 1 second). Note that the server also enforces a minimum respawn delay of 5 seconds. So to make it 1 - 2 hours: delay1 = 3600000 delay2 = 3600000 Quote
Brian Posted February 28, 2013 Posted February 28, 2013 1 hour to ms = 3600000 3 hours to ms = 10800000 Quote
Flee Posted February 28, 2013 Author Posted February 28, 2013 ok thank you .. another one , got script that some mvp will random spawn in 1-2 hours at prontera and another map ? -sorry for my broken english .. Quote
Question
Flee
hallo rathena , i would like to make some of my mvp spawn in 1 hour 00 minutes and some mvp 3 hours 00 minutes .. whats is the code number for 1hours 00 minutes and 3 hours 00 minutes ?
4 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.