Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
  1. #1
    Player
    Enfarious's Avatar
    Join Date
    Jun 2011
    Posts
    704
    Character
    Elasandria Servion
    World
    Hyperion
    Main Class
    Gladiator Lv 50

    /wait n and <wait n>

    after a bit of looking I noticed that no one had mentioned the <wait n> placeholder, it was such a wonderful thing when they thought to add it to XI, rather than wasting an entire line on a /wait.

    You know you want it, I know I want it.

    Give me back my macro lines.
    (2)
    Last edited by Enfarious; 04-29-2012 at 08:13 PM.

    XIV Pad: http://xivpads.com/?Elasandria-Servion-Hyperion
    Linkshell: http://sd-is.guildwork.com
    Rig: https://www.dropbox.com/sc/jv56yukhpi7413q/gQTzd-DS9y
    FX-8150 @4.1GHz; 8Gigs ripjaws @1600; OCZ Vertex 3 128GB SSD; WDC 1TB HDD;
    XFX Radeon HD 7970;

  2. #2
    Player
    Raldo's Avatar
    Join Date
    Jul 2011
    Posts
    2,563
    Character
    Raldo Volca
    World
    Coeurl
    Main Class
    Marauder Lv 80
    I'm not sure I follow. If /wait isn't sufficient, where would you be putting this <wait n> thing?
    (0)

  3. #3
    Player
    Kikosho's Avatar
    Join Date
    Mar 2011
    Posts
    471
    Character
    Shanoa Varhara
    World
    Excalibur
    Main Class
    Samurai Lv 90
    He would put it in the same line instead of using another line for the wait.

    /ac "Sacred Prism" <me>
    /wait 1
    /ac "Regen" <t>

    would become:
    /ac "Sacred Prism" <me> <wait 1>
    /ac "Regen" <t>

    or something like that.
    (0)

  4. #4
    Player
    Enfarious's Avatar
    Join Date
    Jun 2011
    Posts
    704
    Character
    Elasandria Servion
    World
    Hyperion
    Main Class
    Gladiator Lv 50
    Quote Originally Posted by Kikosho View Post
    He would put it in the same line instead of using another line for the wait.

    /ac "Sacred Prism" <me>
    /wait 1
    /ac "Regen" <t>

    would become:
    /ac "Sacred Prism" <me> <wait 1>
    /ac "Regen" <t>

    or something like that.
    That exactly. While it seems rather pointless in a smallish, 3~6 lines, macro where losing a few lines doesn't mean a whole lot, if your sitting @9 lines and things are stepping on eachother as a result of latency and what have you. that freeish <wait 1>, instead of a line lost to /wait 1, can be the difference between a failed macro that gets spread across 2 to make it work, and a functional single macro.
    (0)
    Last edited by Enfarious; 04-29-2012 at 08:14 PM.

    XIV Pad: http://xivpads.com/?Elasandria-Servion-Hyperion
    Linkshell: http://sd-is.guildwork.com
    Rig: https://www.dropbox.com/sc/jv56yukhpi7413q/gQTzd-DS9y
    FX-8150 @4.1GHz; 8Gigs ripjaws @1600; OCZ Vertex 3 128GB SSD; WDC 1TB HDD;
    XFX Radeon HD 7970;

  5. #5
    Player
    Raldo's Avatar
    Join Date
    Jul 2011
    Posts
    2,563
    Character
    Raldo Volca
    World
    Coeurl
    Main Class
    Marauder Lv 80
    Ah, I see. I'd rather just see unlimited (or expanded) macro lines, rather than jamming a wait into another command, but I'm ok with your suggestion as well.
    (0)

  6. #6
    Player
    Skies's Avatar
    Join Date
    Nov 2011
    Location
    Ul'Dah
    Posts
    1,723
    Character
    Y'ahte Tia
    World
    Zalera
    Main Class
    Gladiator Lv 90
    Peeeeersonally...
    I'd prefer if the macro was validated entirely client-side and then sent for the server to execute it on it's own, rather than continuously sending commands, this way one could make a much bigger macro.
    Hell, that'd probably be pretty great because it'd probably let them add stuff like a bigger macro size, an If statement, oh god i'd love that (because I want to make just one macro for 'self-heal' but it'd be different for each class and job)
    (0)

  7. #7
    Player
    Kikosho's Avatar
    Join Date
    Mar 2011
    Posts
    471
    Character
    Shanoa Varhara
    World
    Excalibur
    Main Class
    Samurai Lv 90
    At this point, I would settle for my macros working when I use them the first time. No reason I should be hitting my macros multiple times just to get them to work properly. Tired of equipment not being equipped or abilities not being used.
    (1)

  8. #8
    Player
    Enfarious's Avatar
    Join Date
    Jun 2011
    Posts
    704
    Character
    Elasandria Servion
    World
    Hyperion
    Main Class
    Gladiator Lv 50
    Quote Originally Posted by Raldo View Post
    Ah, I see. I'd rather just see unlimited (or expanded) macro lines, rather than jamming a wait into another command, but I'm ok with your suggestion as well.
    I don't disagree, it was one of the things about ffxi windower(which I would never use of course) that made it useful. But since there's already code in place to handle other placeholders adding another place holder would probably be more convenient at least until 2.0.

    Quote Originally Posted by Skies View Post
    Peeeeersonally...
    I'd prefer if the macro was validated entirely client-side and then sent for the server to execute it on it's own, rather than continuously sending commands, this way one could make a much bigger macro.
    Hell, that'd probably be pretty great because it'd probably let them add stuff like a bigger macro size, an If statement, oh god i'd love that (because I want to make just one macro for 'self-heal' but it'd be different for each class and job)
    Sadly this will probably never happen, it would make it entirely too easy to add hax to macro's to accomplish things that they won't want happening. By offering up a way to insert binary date into a macro that's seemingly "safe" you could effectively packet spoof through the use of the macro system.

    Quote Originally Posted by Kikosho View Post
    At this point, I would settle for my macros working when I use them the first time. No reason I should be hitting my macros multiple times just to get them to work properly. Tired of equipment not being equipped or abilities not being used.
    This is the reason for a /wait, especially in the case of gear swaps where it causes a frame delay when you blink lines get skipped. With a <wait> after a gear change it would essentially allow you to compensate for that gear/blink delay in the client/server communication chain.
    (0)

    XIV Pad: http://xivpads.com/?Elasandria-Servion-Hyperion
    Linkshell: http://sd-is.guildwork.com
    Rig: https://www.dropbox.com/sc/jv56yukhpi7413q/gQTzd-DS9y
    FX-8150 @4.1GHz; 8Gigs ripjaws @1600; OCZ Vertex 3 128GB SSD; WDC 1TB HDD;
    XFX Radeon HD 7970;

  9. #9
    Player
    Jinko's Avatar
    Join Date
    Mar 2011
    Location
    Gridania
    Posts
    5,656
    Character
    Jinko Jinko
    World
    Moogle
    Main Class
    Arcanist Lv 80
    There was information in one of the patch notes that said wait can be done at the end of a line with the / character.

    Now I tried this and I can't get it to work, I'll see if I can find the patch notes.

    Esit:- Nope can't find it, maybe I imagined it lol
    (1)
    Last edited by Jinko; 04-10-2012 at 09:11 PM.

  10. #10
    Player
    Enfarious's Avatar
    Join Date
    Jun 2011
    Posts
    704
    Character
    Elasandria Servion
    World
    Hyperion
    Main Class
    Gladiator Lv 50
    Quote Originally Posted by Jinko View Post
    There was information in one of the patch notes that said wait can be done at the end of a line with the / character.

    Now I tried this and I can't get it to work, I'll see if I can find the patch notes.

    Esit:- Nope can't find it, maybe I imagined it lol
    Check the FFXI patch notes you'll find it. Like I said it's something from XI that in the famous words of Rocky the Flying Squirrel, "Now here's something I think everyone can enjoy."
    (0)

    XIV Pad: http://xivpads.com/?Elasandria-Servion-Hyperion
    Linkshell: http://sd-is.guildwork.com
    Rig: https://www.dropbox.com/sc/jv56yukhpi7413q/gQTzd-DS9y
    FX-8150 @4.1GHz; 8Gigs ripjaws @1600; OCZ Vertex 3 128GB SSD; WDC 1TB HDD;
    XFX Radeon HD 7970;

Page 1 of 2 1 2 LastLast

Tags for this Thread