# Hunt Relay Macro Guide

## Final Fantasy XIV UI Guide

Below is a link to the official Final Fantasy XIV User Interface Guide. Please refer to it for any specifics.

{% embed url="<https://na.finalfantasyxiv.com/uiguide/>" %}

## How to Open the Macros Window

Go to **System > User Macros** to open the Macros window.

You can drag and drop your marcos over to your hotbars.

You can even put the macro window shortcut on your hotbar.

<div align="left"><figure><img src="https://318869004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6rycKBAQx1HCWsCxHQk2%2Fuploads%2Fkd2qZynM4fDrhR4wOUpI%2F000030_hr1.png?alt=media&#x26;token=631431d5-946b-45f5-adbe-ba887a0f1662" alt=""><figcaption><p>Macros Icon</p></figcaption></figure></div>

## Macro Basics

Building blocks for creating your hunt relay macros.

### Send message to local linkshell

```
/l1
```

The number after the letter "l" corresponds to the linkshell number according to your linkshell list. The text you want to send to these linkshells go after this command.

***

### Send message to cross-world linkshell

```
/cwl1
```

Similarly to the local linkshell command, the number after "cwl" corresponds to the cross-world linkshell number according to your cross-world linkshell list.

***

### Link a flag

```
<flag>
```

Displays the map coordinates of where your flag is set. These coordinates will place a flag and open the map when you click on them.

<div align="center"><figure><img src="https://318869004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6rycKBAQx1HCWsCxHQk2%2Fuploads%2Fk3rpEs3btm7H6xEbbme6%2Fmapflag1.PNG?alt=media&#x26;token=7bddc446-a885-482d-867f-638ed6614672" alt=""><figcaption><p>How the flag appears on your map</p></figcaption></figure></div>

<div align="center"><figure><img src="https://318869004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6rycKBAQx1HCWsCxHQk2%2Fuploads%2FCkn56ifiyirnvpXeI2gm%2Fmapflag2.PNG?alt=media&#x26;token=abbf4d02-6b10-4bbf-bfa2-2856cb970982" alt=""><figcaption><p>How the flag appears in your chat</p></figcaption></figure></div>

### Link your current position

```
<pos>
```

Displays the map coordinates of where your character is currently located. Similarly to `<flag>`, these coordinates will place a flag and open the map when you click on them.

***

### Display target name

```
<t>
```

Displays the name of whatever thing you are targeting.

<div align="center"><figure><img src="https://318869004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6rycKBAQx1HCWsCxHQk2%2Fuploads%2FcWDKQZqywwWdwZVRxmjT%2Ftarget1.PNG?alt=media&#x26;token=65d8be2c-6493-453c-8ee0-c3b9f9ca6ecb" alt=""><figcaption><p>What it looks like when you're targeting something</p></figcaption></figure></div>

<div align="center"><figure><img src="https://318869004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6rycKBAQx1HCWsCxHQk2%2Fuploads%2FJWM5bnDPeEoX6FdO3kJc%2Ftarget2.PNG?alt=media&#x26;token=e6b225f2-01a7-45ec-8cd3-8d553e4b400c" alt=""><figcaption><p>How the target name appears in your chat</p></figcaption></figure></div>

### Display target HP as a percentage

```
<thpp>
```

<figure><img src="https://318869004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6rycKBAQx1HCWsCxHQk2%2Fuploads%2FyLN5c2QQH52oc32WOdtr%2Fpercent.PNG?alt=media&#x26;token=63389cbf-8e0a-4bf3-893a-fb116fe88563" alt=""><figcaption><p>How &#x3C;thpp> appears in your chat</p></figcaption></figure>

***

### Special Characters

These are completely optional, but if you want your messages in chat to stand out, you may use these special unicode characters. A list of available ones can be found [on this lodestone post](https://na.finalfantasyxiv.com/lodestone/character/22423564/blog/4393835). You can copy from that lodestone post and paste them in your game. If you are on console, you will have to copy symbols from other players' messages.

<figure><img src="https://318869004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6rycKBAQx1HCWsCxHQk2%2Fuploads%2FG7e5Xklvl3ZH2GIxeQE3%2Fspecial%20characters.PNG?alt=media&#x26;token=05273b49-7211-4e6f-8005-cf989d0c3ea5" alt=""><figcaption><p>What the special characters look like in-game</p></figcaption></figure>

***

## Sample Macros

Ready for you to copy and paste and edit with your own linkshell numbers and special characters.

### Local S-Rank Relay to Local Linkshells

```
/l1 S-Rank → <flag>
/l2 S-Rank → <flag>
/l3 S-Rank → <flag>
/l4 S-Rank → <flag>
```

For relaying S-Ranks on your world to local linkshells.&#x20;

***

### S-Rank Relay to Crossworld Linkshells

```
/cwl1 FAERIE S-Rank → <flag>
/cwl2 FAERIE S-Rank → <flag>
```

Replace `FAERIE` with the world that the S-Rank is on. You may chose to relay only your home world's S-Ranks, or you can make macros for every world on your Data Center.

***

### A-Rank Relay

For when you are right next to an A-Rank and have it targeted:

```
/l1 A-Rank → <t><pos>
/l2 A-Rank → <t><pos>
/l3 A-Rank → <t><pos>
/l4 A-Rank → <t><pos>
```

For when you have the flag selected (you're relinking from another relay):

```
/l1 A-Rank → <flag>
/l2 A-Rank → <flag>
/l3 A-Rank → <flag>
/l4 A-Rank → <flag>
```

***

### Hunt Train Relay

```
/l1 Hunt Train starting at → <flag>
/l2 Hunt Train starting at → <flag>
/l3 Hunt Train starting at → <flag>
/l4 Hunt Train starting at → <flag>
```

***

### Boss FATE Relay

```
/l1 Boss FATE at → <flag>
/l2 Boss FATE at → <flag>
/l3 Boss FATE at → <flag>
/l4 Boss FATE at → <flag>
```

You may wish to be more specific about which Boss Fate if you are relaying. The current Boss Fates as of Dawntrail are:

* **Behemoth** (Coerthas Central Highlands)
* **Odin** (The Black Shroud zones)
* **Coeurlregina** (The Dravanian Forelands)
* **Noctilucale** (Azys Lla)
* **Ixion** (The Lochs)
* **Tamamo Gozen** (Yanxia)
* **Archaeotania** (The Tempest)
* **Formidable** (Kholusia)
* **Chi** (Ultima Thule)
* **Daivadipa** (Thavnair)
* **Ttokrrone** (Shaaloani)
* **Mica the Magical Mu** (Dawntrail Zone 6)

***

### Achievement FATE Relay

```
/l1 Achievement FATE at → <flag>
/l2 Achievement FATE at → <flag>
/l3 Achievement FATE at → <flag>
/l4 Achievement FATE at → <flag>
```

Certain FATEs award 10 achievement points upon completion. They can be found under the Battle category in the Achievements menu.

***

### Instances

```
/l1 Instance 1
/l2 Instance 1
/l3 Instance 1
/l4 Instance 1
```

You may create a macro for each instance (1, 2, 3). This usually follows a relay with a flag of an instanced area.

If you are in the zone and instance where the S-Rank/A-Rank/Train/FATE is, the instance will automatically be part of the `<flag>`, so using this macro wouldn't be necessary.

***

### Oops Macro

```
/l1 Please disregard my last relay.
/l2 Please disregard my last relay.
/l3 Please disregard my last relay.
/l4 Please disregard my last relay.
```

There may be times where you send a bad flag or accidentally click on your macro. Have an Oops macro ready to correct yourself before anyone wastes their time following your relay.

***

## Tips

* Use symbols from the [special characters](https://na.finalfantasyxiv.com/lodestone/character/22423564/blog/4393835) list to make your macro stand out. You can use an "x" icon for your Oops macro, or a special symbol with the letter "S" for S Ranks and "1" for Instance 1.
* Make a macro to hold special characters so you don't need to keep looking them up.
* Assign icons and names to your macros so you can tell them apart easily. [More about macro icons](https://ffxiv.consolegameswiki.com/wiki/Macro_Icons).
* Either add your macros directly to a hotbar, or add the link to the macros menu to your hotbar. [More about making fancy HUDs](https://gamerstips.com/ffxiv-hud-ux-ui-guide-ff14-2019/).
