freakmastersx Posted July 20, 2012 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
Euphy Posted July 20, 2012 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
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.
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.