Skip to content

Commit

Permalink
BOSSES: update Eve, Daen and server respawn time
Browse files Browse the repository at this point in the history
  • Loading branch information
mascaldotfr committed Jul 19, 2024
1 parent 3c3caca commit ea04ecc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions js/bosses.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import {timestamp_now, timestamp_ago} from "./wztools/time.js";
// You can update it by looking at your browser console and getting the last
// respawn timestamps. At least yearly, since the get_next_respawns() loop
// will run ~ 80 times/boss after all that time.
// Last checked: Eve: 2024-05-11, Daen: 2024-05-11, TK: 2024-05-11, Server: 2024-05-11 (+37m)
// Last checked: Eve: 2024-07-19, Daen: 2024-07-19, TK: 2024-05-11, Server: 2024-07-19 (+37m)
const first_respawns = { "thorkul": 1715403300,
"evendim": 1715462390,
"daen": 1715156280,
"server": 1715162400 + 37 * 60 };
"evendim": 1721348488,
"daen": 1721042488,
"server": 1721210400 + 37 * 60 };
let next_respawns = { "evendim": [], "daen": [], "thorkul": [], "server": [] };
let previous_respawns = first_respawns;
let notified_10m = false;
Expand Down
2 changes: 1 addition & 1 deletion js/menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea04ecc

Please sign in to comment.