Results 1 to 10 of 17

Thread: New to game

Hybrid View

  1. #1
    Player
    Malgrim's Avatar
    Join Date
    Jul 2017
    Location
    Ul'dah
    Posts
    5
    Character
    Malgrim Rueshgor
    World
    Lamia
    Main Class
    Gladiator Lv 9
    Quote Originally Posted by miraidensetsu View Post
    If on group, there is a way through a macro. Let's, for example, throw some rocks:

    Code:
    /micon "Stone"
    /merror off
    /ac "Stone" <tt>
    That macro will cast a Stone spell on your target's target. If you're focusing the tanker, you'll attack the monster the tank is attacking.
    Okay so to cast any spell replace stone in both locations and it will make button and all that or hotbar?
    (0)

  2. #2
    Player
    Niwashi's Avatar
    Join Date
    Aug 2013
    Posts
    5,248
    Character
    Y'kayah Tia
    World
    Coeurl
    Main Class
    Ninja Lv 50
    Quote Originally Posted by Malgrim View Post
    Okay so to cast any spell replace stone in both locations and it will make button and all that or hotbar?
    Yes, you can do it with any spell or action. (The action name needs to be in quotation marks if it's multiple words. With one-word spell names like these examples, the quotation marks are optional, but a good habit to get into.)

    And you place the macro itself on the hotbar. The /micon line of the macro is for specifying how the macro will look on your hotbar. For instance:
    /micon "Stone"
    means give this macro the icon of the "Stone" skill when it's placed on a hotbar.
    (1)

  3. #3
    Player
    Malgrim's Avatar
    Join Date
    Jul 2017
    Location
    Ul'dah
    Posts
    5
    Character
    Malgrim Rueshgor
    World
    Lamia
    Main Class
    Gladiator Lv 9
    Very cool, thank you again. Will start working on making some buttons after work.
    (0)