Random Spawn

Sami

Vassal
Customer
Hey guys, I wanted to know something. I want, for example, the Baium teleport (cube) or the Frintezza access teleport to have a random entry time range of 15 minutes. I posted a way, but it doesn't seem to be taking it.

I wanted to know if it's correct.

##################################### CRON BAIUM SPAWN #####################################
# [EN]
# Fixed cron tab respawn time.
Simple #1:
# Every Day at 16:30: BaiumRespawnTimePattern = 30 16 * * *
#Simple 2:
# Every Thursday and Saturday at 16:30: BaiumRespawnTimePattern = 30 16 * * 4.6
# if this config is not empty, BaiumSpawnTimeInterval automatically deactivate
BaiumRespawnTimePattern = ~15:0 22 +7:* * 5

############################### CRON Frintezza SPAWN ######################################
# [IN]
# Fixed cron tab respawn time.
Simple #1:
# Every Day at 16:30: FrintezzaRespawnTimePattern = 30 16 * * *
#Simple 2:
# Every Thursday and Saturday at 16:30: FrintezzaRespawnTimePattern = 30 16 * * 4.6
# if this config does not empties, FrintezzaRespawnTimeInterval automatically deactivates
FrintezzaRespawnTimePattern = ~15:0 22 +7:* * 4

I don't know if I'm placing it correctly and in the right place.
 
Everything is correct, only this time will be applied after the boss is killed, and not while it is alive and you have set the config.
 
Back
Top