• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Chest spawn bugged?

Status
Not open for further replies.

Blazeqts

Enthusiast
I'm currently working on a custom FFA area with a chest spawning every hour (22:00, 23:00...) however at the moment whenever the chest gets looted and despawns it THEN starts the timer.

Example:
Code:
Chest spawns at 22:00
Player loots and chest despawns at 22:03
Chest will then spawn at 22:03

How can I make it start the respawn timer when spawned and not when looted?
 

Tommy

Founder
Why would you want to start the respawn timer when the chest is already spawned? It makes sense that the respawn timer starts after the chest was looted.
 

Kaev

Super Moderator
Just calculate the missing time to the next hour and let it respawn after the calculated time.
 

Blazeqts

Enthusiast
Why would you want to start the respawn timer when the chest is already spawned? It makes sense that the respawn timer starts after the chest was looted.

The chest in Gurubashi spawns every 3 hours, regardless of when it's looted. That's how I want it, just every 1 hour instead.
 

Kaev

Super Moderator
Just calculate the missing time to the next hour and let it respawn after the calculated time.

This is still the answer. You can do that with a timed event or whatever they're called in TC.
 
Status
Not open for further replies.
Top