Results 1 to 10 of 23

Hybrid View

  1. #1
    Player
    Mimilu's Avatar
    Join Date
    Nov 2013
    Posts
    3,990
    Character
    Mimiji Miji
    World
    Exodus
    Main Class
    Dancer Lv 100
    Important commands to remember when making macros:
    /macroicon "Skill Name" This will make it so the macro's icon and cooldown time will be based off of the Skill you assigned.
    /p Your message, <t> /p to talk to your party and tell just them what you are doing and <t> will say who you are targeting.
    /ac "Skill Name" /ac is the action command, this is what makes you use a skill.
    /pac "Pet's Skill Name" This makes pets use a command.
    <t> Place this at the end of a command so it uses it on the whatever you're targeting. The general targeting.
    <tt> Place this at the end of a command so it uses it on a target of who/whatever you're targeting. Good for healers who keep their Tanks targeted most of the time and want to add to the DPS.
    <me> Place this at the end of a command so it uses it on yourself. Good for self buffs, group healing, or summoning pets.
    / wait #of seconds You'll need this if you're chaining skills that are on the global cooldown.
    (0)
    Last edited by Mimilu; 07-25-2014 at 06:24 AM.

  2. #2
    Player
    monochromicorn's Avatar
    Join Date
    Jul 2014
    Location
    Gridania
    Posts
    579
    Character
    Rika Shinozaki'
    World
    Excalibur
    Main Class
    Conjurer Lv 55
    Quote Originally Posted by Mimilu View Post
    / wait #of seconds[/U] You'll need this if you're chaining skills that are on the global cooldown.
    do you have to iclude this for cast times, or is that already taken into account?
    (0)

  3. #3
    Player
    Mimilu's Avatar
    Join Date
    Nov 2013
    Posts
    3,990
    Character
    Mimiji Miji
    World
    Exodus
    Main Class
    Dancer Lv 100
    Quote Originally Posted by monochromicorn View Post
    do you have to iclude this for cast times, or is that already taken into account?
    The cast times are already taken into account, you just need to worry about the cooldowns.
    (0)