Macro Syntax II - Using Weaponskills and Job Abilities

May 21, 2008 at 8:28 pm (Macro Syntax)

This week, we’ll go over how to make macros that will execute specified Weaponskills and Job Abilities, they can be a great help in alerting your party members when you’re using a weaponskill, and to make getting to them a lot easier.

The syntax for weaponskills is:

/ws “” <t>

The name of the weaponskill would go in between the quotes. You could also spell out /weaponskill, but it is not necessary.

The syntax for Job Abilties is:

/ja “” <me> or <t>

The name of the Job Ability would go in between the quotes. If the Job Ability is supposed to be used on yourself, you would use <me>, if you want to use it on a specified party member or enemy, then use <t>.

Post a Comment