Marcos

4 Likes

POLOS! :smirk:

2 Likes

Nice. TY!!!

Incredibly helpful! Thanks!

Here’s some collected info from the Pantheon discord as well! :slight_smile:

Macros

From Dosi
The most relevant commands are /utility ‘/use ’, ‘/assist’, ‘/assist ’, ‘/wait ’, ‘/say ’ or /s , and ‘/group ’ or /g . You can turn on the macro window under the settings button in the top left, and then click the + to add a new macro.

Request:

Please change the the duration to something in line with the other buffs (45 mins). Its very frustrating to keep having to put up a 3 min buff over and over again. Makes the spell not worth using

Answer:
Macro it. Add a /wait 180 and a /say time to rebuff.

Wilderness
OP
— 9/24/2024 11:30 AM
To create a macro:

Click the macro button (looks like a scroll – see image below) in the upper left-hand corner of your screen (after clicking the Pantheon eye to expand the menu if not already expanded).
The Macros window will open. Click on the + sign.
The Macro Settings window will open.
Provide a name for the macro and enter the commands you’d like to run. This example names the macro ‘heal’, casts the ability in the first slot of your ability bar (where you, hopefully, have a heal memorized!), and provides confirmation of heal in the /say channel. After entering the name and command you can close the Macro Settings window.

To run a macro:
Left click on the macro name in the Macros window (there is currently no way to use a macro via hotkey, although this is coming in the future).
To edit an existing macro:
Right click on the name and the Macro Settings window will open.
Some commands that can be used in macros:
/technique <technique number 1-4>
/utility <utility number 1-6>
/use <ability number 1-8>
/wait <number of seconds to wait
/assist or /assist %dt
/group
/g
/say
/s
/sit
/stand
/tgm or /targetgroupmember
/invite or /invite %dt

For a full list of available commands, type /help in game.

Keep in mind that the abilities, techniques, and utilities referenced by the commands above are from their corresponding action bars (see ⁠⁠⁠What are abilities, techniques,…).

In combination with the above commands, you can also access variables:
%dt - defensive target
%t - offensive target

Izzic — 8/21/2024 11:20 AM
Macro chain does not fail if something is on cooldown, it will continue down the line as though everything worked perfectly. So if you

/use 2
/wait 3
/use 4

The /use 2 will fail but /wait 3 will still activate, meaning you’ll still wait 3 seconds before using your 4 ability.