Results 1 to 5 of 5
  1. #1
    Player
    Flickokindo's Avatar
    Join Date
    Nov 2024
    Posts
    2
    Character
    Flicko Kindo
    World
    Zodiark
    Main Class
    Scholar Lv 100

    fashion accesory macro?

    so i have been trying too figure out a way too macro the diabolos wings (fashion accesory) so i can add it to my macro for a job change. does anybody know how too do this or how to apply em to glamour plate?
    (0)

  2. #2
    Player
    Mikoko_Miko's Avatar
    Join Date
    Jun 2014
    Posts
    159
    Character
    Mikoko Miko
    World
    Ultima
    Main Class
    Culinarian Lv 100
    You can equip a fashion accessory using /fashion command.

    Description

    USAGE:
     /fashion [accessory]

    →Equip a specified fashion accessory.

    >>Example:
     /fashion "parasol"
     (Equip the parasol accessory.)
    (1)

  3. #3
    Player
    Flickokindo's Avatar
    Join Date
    Nov 2024
    Posts
    2
    Character
    Flicko Kindo
    World
    Zodiark
    Main Class
    Scholar Lv 100
    Quote Originally Posted by Mikoko_Miko View Post
    You can equip a fashion accessory using /fashion command.
    see i have tried that but then i get is not a valid accessory name and ive tried, DWings, Diabolos Wings, DiabolosWings, Wings. too name a few and i cant figure it out.
    (0)

  4. #4
    Player
    SchwarzwaelderTorte's Avatar
    Join Date
    Oct 2019
    Posts
    328
    Character
    Schwarzwaelder Torte
    World
    Cerberus
    Main Class
    Dancer Lv 100
    The way macros work is that an empty space will be read as a subcommand, so it will look for "diabolos" first and then execute "wings" next, except there is no accessory called diabolos and there is no subcommand called wings, that's why it's returning "is not a valid accessory name".

    You need to have the exact name within quotation marks (like in the example Mikoko_Miko posted) for the name to be parsed in its entirety.
    (2)

  5. #5
    Player
    Kinazu's Avatar
    Join Date
    Oct 2016
    Location
    Limsa Lominsa
    Posts
    123
    Character
    Kinazu Langurag
    World
    Alpha
    Main Class
    Pictomancer Lv 100
    Quote Originally Posted by SchwarzwaelderTorte View Post
    The way macros work is that an empty space will be read as a subcommand, so it will look for "diabolos" first and then execute "wings" next, except there is no accessory called diabolos and there is no subcommand called wings, that's why it's returning "is not a valid accessory name".

    You need to have the exact name within quotation marks (like in the example Mikoko_Miko posted) for the name to be parsed in its entirety.
    Can confirm, it's a bit finicky every once in a while but this worked for me when I tried it:
    /fashion "Diabolos Wings"
    (1)