freakmastersx Posted July 20, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 07/20/12 Last Seen: February 1, 2013 Share Posted July 20, 2012 how can i set every castle after 24hrs of WoE the treasure chest respawn?which means the treasure chest respawn only every 24hrs after the woe. or once a week. Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 20, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 20, 2012 https://rathena.svn....d/agit_main.txt They already spawn at 00:01 every day (24 hours). // Treasure Room Spawn Template //============================================================ - script Gld_Trea_Spawn::Gld_Trea_Spawn -1,{ end; OnClock0001: If you wanted the spawns once a week, you'd specify a weekday using gettime(4), ex.: if (gettime(4) != 3) end; // Don't spawn unless it's Wednesday. And of course do the same for WOE SE. Quote Link to comment Share on other sites More sharing options...
Question
freakmastersx
how can i set every castle after 24hrs of WoE the treasure chest respawn?which means the treasure chest respawn only every 24hrs after the woe. or once a week.
Link to comment
Share on other sites
1 answer 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.