Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
general:macros [2025/03/07 08:29] – created poro | general:macros [2025/03/07 08:39] (current) – [Creating a macro] poro | ||
---|---|---|---|
Line 10: | Line 10: | ||
* You cannot add execution of another macro to a macro. | * You cannot add execution of another macro to a macro. | ||
+ | ==== Creating a macro ==== | ||
+ | - Open the macro creation interface from the menu or using the Alt+R keyboard shortcut. | ||
+ | - Click the " | ||
+ | - Write the name of the macro (will appear when you hover over the macro icon). | ||
+ | - Select the macro icon. | ||
+ | - The Templates button will open a list of templates that you can add to your macros if needed. | ||
+ | - If you want, you can describe the macro' | ||
+ | - Fill in the macro content according to the rules described above. | ||
+ | - The + (Add) button will add a blank line to the selected location, and everything entered earlier will be moved down. Moving the 12th line down will delete it. | ||
+ | - The x (Delete Row) button will delete the selected row. | ||
+ | - The " | ||
+ | - The " | ||
+ | - The Copy All and Paste buttons allow you to copy and move the contents of the macro. | ||
+ | - Click the " | ||
+ | You can use skill names in a macro to use them with the /useskill command. | ||
+ | |||
+ | * /useskill [Skill Name] (as in the game with spaces and capital letters). | ||
+ | * For the convenience of players, a mechanism for dragging skills into a macro has been made; open the skills window and the macro creation window at the same time and drag the skill into the macro window to the desired line. | ||
+ | |||
+ | |||
+ | In a macro, you can use items and skills located on the hotkey bar using the / | ||
+ | * / | ||
+ | * For the convenience of players, a mechanism for dragging hotkey bar slots into a macro has been created, open the macro creation window and drag the item/skill into the macro window to the desired line. | ||
+ | |||
+ | * You can delay the next macro command by using the /delay [sec] command. | ||
+ | * When using skills (items) that have a cooldown, an animation appears on the macro icon showing the time until reuse. 60 seconds before the end of the cooldown of the skill used in the macro, a timer appears on the macro icon counting down the remaining seconds. If several skills (items) are used in the macro, then by default the skill (item) with the longest cooldown is selected for display. However, using the %c command, you can display the cooldown of the desired skill. If the %c command is used several times in a macro, only the first use of the command will be indicated. | ||
+ | |||
+ | For example: /useskill Dark Blast %c | ||
+ | |||
+ | ==== Editing a Macro ==== | ||
+ | - Open the macro creation interface from the menu or using the Alt+R keyboard shortcut. | ||
+ | - Drag the icon of the desired macro onto the hammer icon Icon - Editing Macro.jpg. | ||
+ | - Edit the macro. | ||
+ | - Click " | ||
+ | |||
+ | ==== Removing a macro ==== | ||
+ | - Open the macro creation interface from the menu or using the Alt+R keyboard shortcut. | ||
+ | - Drag the desired macro icon to the trash can icon. | ||
+ | - Confirm deletion of the macro. | ||