Results 1 to 6 of 6
  1. #1
    Player
    ItsMeSnakes's Avatar
    Join Date
    Sep 2013
    Posts
    6
    Character
    Bothrochilus Pythonid
    World
    Famfrit
    Main Class
    Lancer Lv 50

    Using Macro keyboards or software?

    Hi all,

    Do you think its all cool to use a macro program besides the ingame one?

    I was thinking more of the likes of Autohotkey or even just a razer keyboard macro.

    Any ideas?

    Thanks!

    Follow up:

    Will you not get banned for using third party software to use with the game? i.e Autohotkey for example.
    (0)
    Last edited by ItsMeSnakes; 09-24-2013 at 12:02 AM.

  2. #2
    Player
    Kule's Avatar
    Join Date
    Oct 2012
    Location
    Gridania
    Posts
    347
    Character
    Kule Ito
    World
    Ragnarok
    Main Class
    Lancer Lv 75
    I use a corsair m95 and there seems to be a really annoying bug with using hardware mode (macro profiles saved to mouse), when hardware mode is enabled if you use a macro button while holding the right mouse button it takes you out of camera control and instead makes the cursor pop.
    (0)

  3. #3
    Player
    Kroktar's Avatar
    Join Date
    Sep 2013
    Location
    Gridania
    Posts
    81
    Character
    Kroktar Thalius
    World
    Hyperion
    Main Class
    Archer Lv 50
    i like razer but i guess you can do really good macros than can make you kinda a bot :S
    (0)

  4. 09-23-2013 11:57 PM

  5. #4
    Player
    Aegis's Avatar
    Join Date
    Mar 2011
    Posts
    1,161
    Character
    Aegis Elisus
    World
    Balmung
    Main Class
    Armorer Lv 70
    It's been over two years, but there was a post by a FR Rep back in version 1 that clarified this. If the program/hardware is used while you are not at your computer it is considered botting.

    The question came up when people were asking about turbo buttons on game pads, back then you didn't get better Exp for higher quality, so spamming 'A' was the way to go.
    (0)

  6. #5
    Player
    ItsMeSnakes's Avatar
    Join Date
    Sep 2013
    Posts
    6
    Character
    Bothrochilus Pythonid
    World
    Famfrit
    Main Class
    Lancer Lv 50
    So what if I am not away from my computer. I mean I am still controlling where the character would go, and initiate the "gathering" process by standing infront of the Tree or Mine before triggering the macro of "0" - selecting
    (0)

  7. #6
    Player
    ItsMeSnakes's Avatar
    Join Date
    Sep 2013
    Posts
    6
    Character
    Bothrochilus Pythonid
    World
    Famfrit
    Main Class
    Lancer Lv 50
    Sample of a really noob basic script from Autohotkey : (This will select the "Gathering Node" and select the Last mineral/plant selected and starts farming.

    ^Numpad0:: [COLOR="#ff00ff"]/* Control + Numbpad 0 */[/COLOR]
    Loop 5 /* loop 5 times */
    {
    Send {Numpad0} /* Sends a numbpad 0 - which in FF14 , numpad 0 is selecting a.. */
    Sleep 2000 /* delay for 2000 milliseconds */
    }


    Note: before triggering this key, you have to be infront of the node(tree, mineral patch) for the initial "0" to select the node.
    (0)