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?
Printable View
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?
You can equip a fashion accessory using /fashion command.
Quote:
Description
USAGE:
/fashion [accessory]
→Equip a specified fashion accessory.
>>Example:
/fashion "parasol"
(Equip the parasol accessory.)
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.