ABCDEFGHIJKLMNOP
1
Katella's Corner - Macro Help - This page shows the different components of most FFXIV macros
2
Chat Command ChatCommand
3
Tell
/tell [Character Name@World] [message]
Active Linkshell/l [message]
4
Say/s [message]Linkshell #1-8/l# [message]
5
Shout/sh [message]Cross World LS/cwl [message]
6
Yell/y [message]Novice Network/n [message]
7
Party/s [message]Echo/e [message]
8
Free Company/s [message]MODE CHG/[chat type]
9
Alliance/s [message]
10
Micro Icons
/macroicon or /micon
Action TypesPlaceholders
Sound Effects
11
Using “/macroicon” or “/micon” Displays specified icon, recast time, help text, and other information regarding the specified action. Can only be used once in the first line of a user macroThese are what you use to designate the type of command you are wanting. Typically starts at the beginning of a macro linePlaceholders are used to designate targets. Here is a list of the most commonly used placeholdersListen to this video
12
TypeFormat DescriptionAction TypesText commands FormatTarget PlaceholdersText commands <se.1>
13
/micon "desired icon name" category
<se.2>
14
action/micon "Skill"
Displays specified action's icon
Player Action/action or /ac/ac "Skill Name" [target]Target self<me> , <0><se.3>
15
pet command
/micon "Pet Skill" pet "Petname"
Displays the icon of the specified pet skill
Pet Action/petaction or /pac/pac "Skill Name" [target]Current Target<t><se.4>
16
blue command
/micon "Bluemage Skill" blueaction
Displays the icon of the specified bluemage skill
Bluemage Action/blueaction/blueaction "Skill Name" [target]Target's Target<tt><se.5>
17
pvp command
/micon "PvP Skill" pvpaction
Displays the icon of the specified PVP skill
Additonal Actions/aaction/aacton "Skill Name"Party list member<1> thru <8><se.6>
18
general action
/micon “general action” general
Displays the icon of actions from the General tab of the Actions & Traits menu.Additonal Actions/aaction/aaction [subcommand]Enemy list<e1> thru <e4><se.7>
19
emote
/micon “emote name” emote
Displays the icon of the specified emote.
PvP Actions/pvpaction/pvpaction "Skill Name" [target]Focus Target<focus> or <f><se.8>
20
companion
/micon "campanion skill" companion
Displays the icon of the specified companion skill
Gearset Actions /gearset or /gs/gs change [gearset#]Last target<lasttarget> or <lt><se.9>
21
gearset
/micon “gearset number” gearset
Displays the specified gear set’s icon.
Hotbar Display (On)/hotbar/hotbar display [#] onLast enemy<lastenemy> or <le><se.10>
22
minion
/micon “minion name” minion
Displays the icon of the specified minion.
Hotbar Display (Off)/hotbar/hotbar display [#] offLast attacker<lastattacker> or <la><se.11>
23
mount
/micon “mount name” mount
Displays the icon of the specified mount.
Hotbar CopyPet<pet><se.12>
24
sign
/micon “sign name” marking
Displays the icon of the specified sign.
Hotbar Change/hotbar/hotbar change [hotbar#]Wait (seconds)<wait.#><se.13>
25
waymark
/micon “waymark name” waymark
Displays the icon of the specified waymark.
Hotbar Assignments/hotbar
/hotbar [subcommand] "Skill" [hotbar] [slot]
Utility PlaceholdersText commands <se.14>
26
classjob
/micon “class or job name” classjob
Displays the icon of the specified class or job.
Cross Hotbar Change/chotbar/chotbar change [hotbar#]Position<pos><se.15>
27
Cross Hotbar Assign/chotbar
/chotbar [subcommand] "Skill" [chotbar] [slot]
Flag<flag><se.16>
28
Egi Glamour/egiglamour/egiglamour "Pet Name" "Pet Glamour"Job<job>
29
Bahamut size/bahamutsize /bahamutsize [size]Utility CommandsText commands
30
Check/check
31
Target Action Commands
Trade/trade
32
Target CommandsFollow/follow
33
Target commandsFormat
Description
Automove/automove
34
Target/target or /ta/target [placeholder]<t>Random (roll)/random
35
Focus Target/focustarget /focustarget [placeholder]Level Sync/lsync
36
NPC Target
/targetnpc or /tnpc
/targetnpcParty Sort/psort
37
PC Target
/targetpc or /tpc
/targetpcItem Search
/isearch [part of item name]
38
Enemy Target
/targetenemy or /te
/targetenemyWait (seconds)/wait [#]
39
Battle Target
/battletarget or /bt
/battletargetEureka Magia Switch/magiaauto atk
40
Mouse Over<mo>/ac "Skill" <mo>Eureka Magia Switch/magiaauto def
41
42
43
44
45
Party Commands
46
47
Type
Text commands
Description
48
Invite
/invite [placeholder]
Placeholders: <t>, Character Name@World
49
Invite cross-world
NOTE: still looking for correct text command
For now open Social > find them in list > Right click to add to party
50
join/joinAccepts Party Invite
51
decline/declineDeclines Party Invite
52
kick/kick
Kicks Party member from group (if leader)
53
leader
/leader [placeholder]
Promotes identified party member to leader Placeholders: <t>, Character Name@World, <target> <2> thru <8>
54
55
56
Marking Commands
57
entryDescriptionExample of use
58
attack1 to attack5
number your targets 1 to 5
/mk attack3
59
ignore1 to ignore2
mark targets should be ignored or slept
/mk ignore1
60
bind1 to bind3
mark targets that should be bound or slept
/mk bind2
61
circle
mark target with a circle
/mk circle
62
square
mark target with a square
/mk square
63
triangle
mark target with a triangle
/mk triangle
64
X
mark target with a X
/mk X
65
66
67
68
69
70
71
72
73
74
You can also use targeting skills to throw an AOE skill centered around a specific mob rather than placing it with your mouse.
75
76
Example
77
78
/micon “Flaming Arrow”
79
/ac “Flaming Arrow”
80
/ac “Flaming Arrow”
81
82
Line explanations:
83
Line 2 in the above macro will place it around the mob currently targeted
84
Line 3 if line two failed (maybe there is no mob currently targeted, or if the targeted mob is out of range) then line 3 will allow you to place the AOE normally.
85
86
Utility Commands
87
This section gives you commands with more of a Utility function. Using the “Marking” commands in macros can be very useful. Example being a tank could automatically mark his current target, or someone with crowd control duties could actually mark what enemy they have slept or bound.
88
89
entryDescription
90
/wait #
Replace # with the number of seconds you want to pause
91
<wait.3>
Replace # with the number of seconds you want to pause
92
/ft
Makes your character face its target
93
/bm
Toggles active and passive mode
94
/item
Uses item specified on selected target ex: /item “potion”
95
/follow
Follow current target ex: /follow
96
/automove
Continue moving in current direction
97
/random
Rolls random number between 0 and 100
98
/gs change #
Change Gear set ex: /gs change 4
99
<job>
Displays your current Job and level
100
<hp>
Displays your hit points