Results 1 to 9 of 9

Hybrid View

  1. #1
    Player
    Luciano_Bozzelli's Avatar
    Join Date
    Aug 2013
    Location
    Limsa Lominsa
    Posts
    242
    Character
    Luciano Bozzelli
    World
    Diabolos
    Main Class
    Thaumaturge Lv 100
    Yeah true. I really wanted to only rely on the game, but only time is given, you still have to hit a website for the actual node slot number.
    (0)

  2. #2
    Player
    StouterTaru's Avatar
    Join Date
    Sep 2013
    Posts
    3,460
    Character
    Stouter Taru
    World
    Exodus
    Main Class
    Thaumaturge Lv 100
    Quote Originally Posted by Luciano_Bozzelli View Post
    Yeah true. I really wanted to only rely on the game, but only time is given, you still have to hit a website for the actual node slot number.
    You can save the slot info in alarm macros:
    Code:
    /alarm "item/zone/aetheryte/slot/etc" et rp 0000 1
    • Put whatever you want in the quotes, it's what will be spit out into your chat log
    • et is for Eorzea (game) time
    • rp makes it repeat each game day until you log out
    • Replace 0000 with the time the node pops, in 24 hour format
    • The 1 at the end is the number of minutes in advance you get the notice
    (2)