mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat: document mouseover and @ target syntax in /macrohelp
Add [target=mouseover] and the @ shorthand syntax (@focus, @pet, @mouseover, @player, @target) to the /macrohelp output. These are commonly used for mouseover healing macros and were already supported but not documented in the in-game help.
This commit is contained in:
parent
52d8da0ef0
commit
6b61d24438
1 changed files with 2 additions and 1 deletions
|
|
@ -6165,7 +6165,8 @@ void GameScreen::sendChatMessage(game::GameHandler& gameHandler) {
|
||||||
"Spec: [spec:1] [spec:2] (active talent spec, 1-based)",
|
"Spec: [spec:1] [spec:2] (active talent spec, 1-based)",
|
||||||
" (prefix no- to negate any condition)",
|
" (prefix no- to negate any condition)",
|
||||||
"Target: [harm] [help] [exists] [noexists] [dead] [nodead]",
|
"Target: [harm] [help] [exists] [noexists] [dead] [nodead]",
|
||||||
" [target=focus] [target=pet] [target=player]",
|
" [target=focus] [target=pet] [target=mouseover] [target=player]",
|
||||||
|
" (also: @focus, @pet, @mouseover, @player, @target)",
|
||||||
"Form: [noform] [nostance] [form:0]",
|
"Form: [noform] [nostance] [form:0]",
|
||||||
"Keys: [mod:shift] [mod:ctrl] [mod:alt]",
|
"Keys: [mod:shift] [mod:ctrl] [mod:alt]",
|
||||||
"Aura: [buff:Name] [nobuff:Name] [debuff:Name] [nodebuff:Name]",
|
"Aura: [buff:Name] [nobuff:Name] [debuff:Name] [nodebuff:Name]",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue