CharmCommand provides commands for assigning raid symbols, also called "lucky charms." These are suitable for use in macros or from the command line. This was primarily written to allow changing symbols in macros easily without having to look up the appropriate number to use with SetRaidTarget()
.
Install:
Unzip the zip file within your Interface/Addons directory. No further configuration is needed.
Usage:
/mark
or /charm <player> <symbol>
- Marks the specified target with the specified symbol. The target may be a character's name or a valid UnitId
, e.g. "target" or "focus" or "raidpet1"./markme
or /charmme <symbol>
- Marks your character with the specified symbol./marktarget
or /charmtarget <symbol>
- Marks your current target with the specified symbol./markfocus
or /charmfocus <symbol>
- Marks your current focus target with the specified symbol.Symbols may be specified with the following names:
star
, rt1
circle
, coin
, rt2
diamond
, rt3
triangle
, rt4
moon
, rt5
rt6
, square
cross
, rt7
, x
rt8
, skull
clear
, remove
Example:
My Polymorph macro:
/clearfocus [target=focus,dead] /clearfocus [target=focus,noexists] /focus [target=focus,noexists] /charmfocus moon /cast [target=focus] Polymorph(Rank 4)
By using /charmfocus moon
, the focus target (which is my target for Polymorph) is marked with the moon symbol. Changing this to /charmfocus triangle
would mark the target with the triangle symbol.