live tracker

This commit is contained in:
2026-05-03 03:04:47 +03:00
parent 76b991a62b
commit 47381a9304
8 changed files with 869 additions and 6 deletions

View File

@@ -232,6 +232,9 @@ function boot() {
scheduleNextFarm(true); // auto-farm timer-based (loot_option + 30120s)
jitterLoop(autoBootcampLoop, 720000, 1320000); // bootcamp every 1222 min
jitterLoop(autoRuralTradeLoop, 1500000, 2700000); // rural trade every 2545 min
if (typeof window._grcInitTracker === 'function') {
window._grcInitTracker(); // live tracker event-driven
}
}
if (document.readyState === 'complete') {