Results 1 to 10 of 10
  1. #1
    Player
    Archchancellor's Avatar
    Join Date
    Sep 2013
    Posts
    127
    Character
    Girl Cat
    World
    Cactuar
    Main Class
    Archer Lv 100

    Need Help with a small marco

    I am trying to make a Macro that will change my cross skills for me with out me having to go into the menus each time.

    The problem is it works for the first 2 skills then after that it stops and I don't know why.


    /acction "reclaim" off
    /acction "Rapid Synthesis" off
    /acction "Manipulation" off
    /acction " Muscle Memory" off
    /acction "Ingenuity II" off
    /echo Crossskills Off

    And here is the second macro in which I want to add crossskills. The first skill is added but that is the only one.

    /acction "Maker's Mark" on
    /acction "Flawless Synthesis" on
    /acction "Waste Not II" on
    /acction "Steady Hand II" on
    /s Crossskills on Ready for 3 star



    And this Macro is to put the skills back how they were before.

    /acction "Maker's Mark" off
    /acction "Flawless Synthesis" off
    /acction "Waste Not II" on
    /acction "Steady Hand II" on
    /acction "reclaim" on
    /acction "Rapid Synthesis" on
    /acction "Manipulation" on
    /acction " Muscle Memory" on
    /acction "Ingenuity II" on
    /s Crossskills ready for 2 star and Below


    Can anyone tell me what I am doing wrong here.
    (0)
    Last edited by Archchancellor; 06-26-2016 at 10:10 AM. Reason: LimetBreak

  2. #2
    Player
    tayler1480's Avatar
    Join Date
    Nov 2015
    Posts
    142
    Character
    Whale Lip
    World
    Ragnarok
    Main Class
    Weaver Lv 100
    This may or may not help you but this is what I do & is based on the way I like to craft.

    These are the additional cross class skills I use for each class. All skills I manually add to the additional skills as shown in the image below are skills I use for both manual/macro crafting so I don't need to enable/disable them within the macros.



    I have 2 macros: 1 for manual crafting/ 1 for macro crafting

    Manual crafting macro

    /aaction "Piece by Piece" off
    /aaction "Waste Not" off
    /aaction "Waste Not II" off
    /aaction "Rapid Synthesis" on
    /aaction "Tricks of the trade" on
    /echo Manual Crafting

    Macro crafting macro

    /aaction "Rapid Synthesis" off
    /aaction "Tricks of the trade" off
    /aaction "Piece by Piece" on
    /aaction "Waste Not" on
    /aaction "Waste Not II" on
    /echo Macro Crafting

    I do know you could just have the 1 macro button for these but I just prefer 2
    (0)
    Last edited by tayler1480; 06-26-2016 at 11:35 AM.

  3. #3
    Player
    Archchancellor's Avatar
    Join Date
    Sep 2013
    Posts
    127
    Character
    Girl Cat
    World
    Cactuar
    Main Class
    Archer Lv 100
    no this dose not help me as it dose not tell my why the 2 macros i have are only working for 1 or 2 lines then stopping.
    (0)

  4. #4
    Player
    tayler1480's Avatar
    Join Date
    Nov 2015
    Posts
    142
    Character
    Whale Lip
    World
    Ragnarok
    Main Class
    Weaver Lv 100
    Quote Originally Posted by Archchancellor View Post
    no this dose not help me as it dose not tell my why the 2 macros i have are only working for 1 or 2 lines then stopping.
    Game takes a few seconds to add/remove each additional skill so if you press both buttons in quick succession then it may not work.

    To see if that was the problem, open up the menu which shows the additional skills, click 1 of the buttons to add/remove skills then after all those skills have been added or removed, activate the other macro. If it works then you need to let the first macro finish before activating the other.
    (0)

  5. #5
    Player
    Roth_Trailfinder's Avatar
    Join Date
    Aug 2013
    Posts
    1,841
    Character
    Roth Trailfinder
    World
    Midgardsormr
    Main Class
    Alchemist Lv 90
    Well, you should always let the first macro finish before starting the second.

    That said, have you considered adding some wait time to your macro? Let the macro wait a second or so between each line may make it take longer, but actually run the whole thing without hiccups.
    (0)

  6. #6
    Player
    Archchancellor's Avatar
    Join Date
    Sep 2013
    Posts
    127
    Character
    Girl Cat
    World
    Cactuar
    Main Class
    Archer Lv 100
    oh this is really starting to bug me. I have the first macro working. I changed it to this.

    /acction "reclaim" off
    /s Off Reclaim
    /acction "Rapid Synthesis" off
    /s Off Rapid Synthesis
    /acction "Manipulation" off
    /s Off Manipulation
    /acction " Muscle Memory" off
    /s Muscle Memory
    /acction "Ingenuity II" off
    /s Off Ingenuity II
    /echo Crossskills Off

    So I did the Same for the other ones. And I make sure to wait before starting the next macro.

    /acction "Maker's Mark" on
    /s Maker"s Mark on
    /acction "Flawless Synthesis" on
    /s Flawless Synthesis on
    /acction "Waste Not II" on
    /s Waste not II on
    /acction "Steady Hand II" on
    /s Steady Hand II on
    /s Crossskills on Ready for 3 star

    This macro only turns on Makers mark. And dose nothing else.

    This is so annoying.
    (0)

  7. #7
    Player
    Emraell's Avatar
    Join Date
    Aug 2013
    Location
    Gridania
    Posts
    25
    Character
    Emraell Code
    World
    Coeurl
    Main Class
    Conjurer Lv 65
    Add a wait.

    /aaction "Maker's Mark" on <wait.2>
    (0)
    Last edited by Emraell; 06-28-2016 at 04:26 AM.

  8. #8
    Player
    Archchancellor's Avatar
    Join Date
    Sep 2013
    Posts
    127
    Character
    Girl Cat
    World
    Cactuar
    Main Class
    Archer Lv 100
    Nope I get the message:

    The command /aaction "Flawless Synthesis" dose not exist.
    (0)

  9. #9
    Player
    Archchancellor's Avatar
    Join Date
    Sep 2013
    Posts
    127
    Character
    Girl Cat
    World
    Cactuar
    Main Class
    Archer Lv 100
    Please ignore this whole thread
    I am a idiot.

    /aaction
    not
    /acction

    DERP
    Sorry

    They all work now.
    (0)

  10. #10
    Player
    Evangela's Avatar
    Join Date
    Mar 2011
    Location
    グリダニア
    Posts
    4,361
    Character
    Evangela Monterossa
    World
    Balmung
    Main Class
    Ninja Lv 90
    Hello, Girl Cat.
    (1)