#207 chests need to have 10 min decay timer which leads to opening chest to all players

Chiuso
aperto 3 anni fa da image · 1 commenti
image ha commentato 3 anni fa
Non ci sono ancora contenuti.
image ha commentato 3 anni fa
Collaboratori

    RULE_INIT(R_Spawn, ChestUnlockedTimeDrop, "1200"); // time in seconds, 20 minutes by default, triggers only if AllowChestUnlockByDropTime is 1
    RULE_INIT(R_Spawn, AllowChestUnlockByDropTime, "1"); // when set to 1 we will start a countdown timer to allow anyone to loot once ChestUnlockedTimeDrop elapsed
    RULE_INIT(R_Spawn, ChestUnlockedTimeTrap, "600"); // time in seconds, 10 minutes by default
    RULE_INIT(R_Spawn, AllowChestUnlockByTrapTime, "1"); // when set to 1 we will allow unlocking the chest to all players after the trap is triggered (or chest is open) and period ChestUnlockedTimeTrap elapsed
``` RULE_INIT(R_Spawn, ChestUnlockedTimeDrop, "1200"); // time in seconds, 20 minutes by default, triggers only if AllowChestUnlockByDropTime is 1 RULE_INIT(R_Spawn, AllowChestUnlockByDropTime, "1"); // when set to 1 we will start a countdown timer to allow anyone to loot once ChestUnlockedTimeDrop elapsed RULE_INIT(R_Spawn, ChestUnlockedTimeTrap, "600"); // time in seconds, 10 minutes by default RULE_INIT(R_Spawn, AllowChestUnlockByTrapTime, "1"); // when set to 1 we will allow unlocking the chest to all players after the trap is triggered (or chest is open) and period ChestUnlockedTimeTrap elapsed ```
image referenced this issue from a commit 3 anni fa
Sign in to join this conversation.
Caricamento...
Annulla
Salva
Non ci sono ancora contenuti.