u can see the careericons above the heads of your group- warbandmembers, your pet and above the hostile target
and in addition u are able to mark special people with special icons (friend, enemy)
fe personal healer, protecting tank, assisting dd
for options type /gsg
(libslash req)
to mark special people u have to target the player and press one of
the macros below
/script GroupIconsSG.SetTANK()
/script GroupIconsSG.SetTANK2()
/script GroupIconsSG.SetDD()
/script GroupIconsSG.SetDD2()
/script GroupIconsSG.SetHEAL()
/script GroupIconsSG.SetHEAL2()
to remove a single speciel icon target the player and use this:
/script GroupIconsSG.Remove()
to remove all special icons use the following macro
/script GroupIconsSG.Reset()
to set a special icon for the current enemy
/script GroupIconsSG.SetHostile(374)
to remove the special icon from the current enemy
/script GroupIconsSG.RemoveHostile()
u can also use your personal icon for a player if u use the icon number
fe
/script GroupIconsSG.SetTANK(3456)
Facts
- Date created
- Jun 05, 2009
- Categories
- Last update
- Oct 09, 2011
- Development stage
- Release
- License
- GNU General Public License version 3 (GPLv3)
- Curse link
- Groupicons SG
- Downloads
- 10,975
- Recent files
Authors
Relationships
- Optional dependency
- LibAddonButton
- LibSlash