GW2 HoT Maps Timer by Famme

GW2 HoT Maps Timer by Famme. Includes timers for meta event in the new HoT zones and Dry Top.

This map timer uses the code created by Famme. The timer below has a slight modification on the author’s original code

  • Patrice Yamate

    Sweeeet ! Thanks

  • walle

    Sweet ! We would like to do a french version for our french website, do we have the permission ?

    • Politis

      It’s made in jsfiddle sooo it’s basically open source.

  • nadrian3k

    O waw this is so cool. Thumbs up for the creator.

  • SB

    My version with local times and without Dry Top
    https://jsfiddle.net/cu0c843r/6/embedded/result/

  • Wazik

    Please is there some possibilities to see plan for whole day?
    Any way it very nice tool – thanks a lot!

  • insanelyapple

    Does this thing use some tracking cookies? Cause I have blank embedded window with 2 “result” tabs.

  • Tom Qiu

    https://jsfiddle.net/tukuz9x1/97/embedded/result/

    local times version, it fixes bug in SB’s version.

    • Thanks I added your version. Had to put in the overflow:hidden comment in the css body to ensure there aren’t two scrolbars 🙂

  • Terpo

    Adding all the jsfiddle stuff to a simple html file causes that only the pointer is loading for me. All the bars are not there. I am trying to solve that problem for a few hours now but I am out of ideas at this point. If I add a setInterval(setupBars,5000); to the code (what is a bad idea), I get the bars after the five seconds delay. It seems somehow that the .append function is loading before the DOM is loaded or something like this. Maybe someone of you has an idea how to solve that problem. ( http://ldh.terpo.org/tests/hotevents/hotevents.html )

    • Terpo

      holy crap…. finally I found a solution:
      $( document ).ready(function() {setupBars();… });
      A jquery ready function arount the function calls that setup everything.

  • jonsonaia

    why you don’t attach with dulfyss If you wana get a reasonable income through laptop and if you have a reliable internet connection then you should be able to know how you make your income by laptop.this is very simple to know just vist my website

    and sign up there for more details One Time Learn

  • i simply change this:

    .pointer {
    position: absolute;
    height: 4000%;

    for this in css files:

    .pointer {
    position: absolute;
    height: 110%;

    sorry for my english 🙂

  • i simply change this:

    .pointer {
    position: absolute;
    height: 4000%;

    for this in css files:

    .pointer {
    position: absolute;
    height: 110%;

    sorry for my english 🙂

  • My version with local times and bosses just like gw2 wiki page: https://jsfiddle.net/b0vge1wt/embedded/result/
    Merry Christmas

    • Dragoono

      Thanks very much. Looks perfect 😉

    • The final version with a checkbox is available to download here http://www.moongate.pl/dl/event-timers.7z , unfortunately does not work with “jsfiddle” because of “changeStatus.php” has to be on the same server with rest of files. The “datecheck.php” file check time on a server if is UTC then replace “changeStatus.php” -1 with 0 as described for correct reset of bosses. Special thanks for Elnoyle for help in resolving the sessions time reset on a server. Enjoy 🙂

  • Dragoono

    Falls jmd plugins für e107 haben möchte kann er sich gerne melden 😉 habe für die HoT Events ein plugin gebaut, sowie für die gesamtübersicht von “Ardan” auch.
    —————————————————————————————————————————–
    If u need an plugin for e107 tell me. I created plugins but they are in german.

  • r0

    this timer would be kinda nicer if red pointer stays at exact middle and sideway scroll happens on map event lines

    • Lunar

      It wouldnt make sence since we don’t care about the past events.

  • argh

    Can you add the rare spawns in Drytop to the timer?
    http://wiki.guildwars2.com/wiki/Slay_the_rare_creature

  • narg

    hi Dulfy, can you please make iframe window with timers a little higher, i have Dry Top line cut in half and i must use scroll bar from frame to scroll down. I have 1920×1200 LCD. Thanks

    • Patryk Kotarski

      Right click – Inspect element – Look for “<iframe src=" then change the height property from 500 to whatever you want

  • VOjta Å ostok

    Hi Dulfy .. will you be adding the new meta event in Bloodstone Fen as well into this ? Would be nice to add them all . The night/day ciclus for spirits and White Mantle , The timer for Justiciar Halbion and then for the Jade Constructs ? Would be nice to be able to see the times so commander could make a maps and coordinate it for those events :3 Thank you o/

    • Max Durak

      Jade construct event spawns at random times, pretty sure that Justiciar either. Maybe day and night even. Because this whole map designed as one big anomaly.

      • VOjta Å ostok

        Jade Constructs are 90min respawns . I was there .. I was sitting and trying it myself . Its 90min. Now you even have that on Wiki . About Justiciar thats something else =/ I dont know that one yet =(

        • Max Durak

          It’s so weird because today i was sitting there either. First appeared at 11:18, second at 12:34. Then i was just monitoring LFG, joining squads and jumping between maps continuously doing Jade Construct events 1 after another. Can you post wiki link that sais 90 mins?

  • Felises

    It needs a reminder like the boss timer – apart from that: great. thanks

  • Carl Charest

    Dulfy, your timer is broken!

  • maxime dumont

    dulfy, please add « html { overflow-y: hidden; } » to the CSS of your fiddle

    https://jsfiddle.net/q2wfdbnn/121/

  • Ares Zax

    Are there any plans to add the PoF meta events to this timer?

  • kazerniel

    would it be possible to show the future timeline more prominently than the past? currently it’s one more mental calculation to see what’s the next time X stage would happen

Back to Top