For example, if you want to type a macro, just type /y XXX (enter what you want to say), and then drag the icon to the skill bar.
/display XX skills. You can directly open the skill bar in the skill name, and hold down the SHIFT Jian Zuo skill to directly record macro commands.
There are many macro commands, just look them up online, so I won't list them one by one ~
I'm FS. This is my usual macro. Not copied.
1, ice arrow (hold down ALT as 1 level)
# Show Tooltip Ice Arrow
/cast[ modifier: alt] Ice Arrow (level1); ice bullet
2. Blizzard (hold ALT at 1 level)
# Display Tooltip Blizzard
/cast[ modifier: alt] blizzard (level1)); snowstorm
3, ice and fire armor (left for the ice barrier, right for the flame)
#showtooltip
/Stop playing
/cast [button:2] Protective flame barrier (level 6); Frost barrier (level 6)
4. Eat and drink (eat left and drink right)
#showtooltip
/Stop playing
/cast [button:2] Hydration (Grade 9); Gourmet (Grade 8)
5. The baby clicks Remove and then clicks Active Attack and Freeze.
# showtooltip [nopet] [target = pet, dead] summons water element; cryosurgery
/cast [nopet] summoning water element
/cast [target=pet, dead] summons water element.
/stopmacro [target=pet,dead]
/casting solidification
/petpassive
/petattack[ injury]
/petfollow [noharm]
6. Wisdom (small left key, big right key)
#showtooltip
/Stop playing
/cast [button:2] Arcane Glory (Level 2); Arcane Wisdom (Level 6)
7. Suppression (left-click magic suppression, right-click magic coordination)
#showtooltip
/Stop playing
/cast [button:2] Magic coordination (level 6); Magic Suppression (Level 6)
8. Counter (press and hold ALT key to count focus)
#showtooltip spelling counter
/Stop playing
/cast[ modifier: alt, target = focus, exists] spell counter; [target=mouseover, exists] spell counter; Spelling countermeasures
9. Sheep (automatically set as the focus and always the focus of sheep)
# Show Tooltip Deformation
/focus [target=focus,noexists] [target=focus,dead]
/stopmacro [target=focus,noexists]
/cast [target=focus] deformation (level 4)
10. Fire attack (if the fire attack has a goal, the first-class snowstorm has no goal, and if PK, it is a thief)
#showtooltip flame impact
/Stop playing
/cast [damage] flame impact; Blizzard (level 1)
1 1, refrigerator (click refrigerator, and then click quick exit refrigerator).
# Display Tooltip Ice Barrier
/Stop playing
/Cancel Laura Ice Barrier
/casting ice barrier
12, magic blasting
/cast [nocombat] magic explosion (1 level); Magic explosion
In order not to use the first-class Austrian explosive in combat, and vice versa, [nocombat] is changed to [noharm] when there is a target, and the top-level Austrian explosive is 1 when there is no target.
13. Focus cancellation macro (always cancel focus)
/#showtooltip spelling counter
/Stop playing
/cast[ target = focus] spell counter
I wrote all the above myself.