Hello rathena developers , just want a little help and info . how to change respawn time of treasure chest I wanted it once a week.. I did check this :
is this right? And just want additional knowledge what does the numbers
"(gettime(4) != 3)"?
or if this if possible the treasure will only re spawn 2/day and will return to 0 if its a the castle woe, and the chest will respawn the following day. ex:
monday WOE none and tuesday ~ sunday = 12 treasure chest then if by monday will return to 0.. Tuesday WOE none and wed ~ mon = 12 treasure only . or 2/day.
Question
kitty14
Hello rathena developers , just want a little help and info . how to change respawn time of treasure chest I wanted it once a week.. I did check this :
______________________________________________________________________________
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/guild/agit_main.txt
They already spawn at 00:01 every day (24 hours).
If you wanted the spawns once a week, you'd specify a weekday using gettime(4), ex.:
And of course do the same for WOE SE.
______________________________________________________________________________
but I'm kinda confuse what to do?
should i just paste it like this?
is this right? And just want additional knowledge what does the numbers
"(gettime(4) != 3)"?
or if this if possible the treasure will only re spawn 2/day and will return to 0 if its a the castle woe, and the chest will respawn the following day.
ex:
monday WOE none and tuesday ~ sunday = 12 treasure chest then if by monday will return to 0..

Edited by kitty14Tuesday WOE none and wed ~ mon = 12 treasure only . or 2/day.
thank you..
Link to comment
Share on other sites
3 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.