group
¶
Contains details about your group
Members¶
bool AnyoneMissing
¶
- True if somebody in the group is offline, in some other zone, or just simply dead.
int CasterMercCount
¶
- The number of caster dps mercenaries in your group.
spawn Cleric
¶
- The first member of the group that is a cleric.
int GroupSize
¶
- The number of members in your group, including yourself.
int HealerMercCount
¶
- The number of healer mercenaries in your group.
int Injured[#]
¶
- The numbers of people in the group that has an hp percent lower than #.
groupmember Leader
¶
- The leader of the group.
int LowMana[#]
¶
- The number of people in the group that have a mana percent lower than #.
groupmember MainAssist
¶
- The main assist of the group, if one is assigned.
groupmember MainTank
¶
- The main tank of the group, if one is assigned.
groupmember MarkNpc
¶
- The group member who can mark NPCs, if one is assigned.
groupmember MasterLooter
¶
- The master looter of the group, if one is assigned.
int MeleeMercCount
¶
- The number of melee mercenaries in your group.
groupmember Member[#]
¶
- The Nth member of your group. 0 is always you. 1 is the first person in the group list, etc.
int Members[Name]
¶
- The group member of your group identified by Name.
int Members
¶
- The total number of group members, excluding yourself.
int MercenaryCount
¶
- The total number of mercenaries that are in the group.
groupmember MouseOver
¶
-
The name of the group member that the mouse is currently hovering over in the group window, if any.
Note
You can hover over your own name in the player window where you see your hp and it will return you.
Examples
/echo Im hovering my mouse over ${Group.MouseOver.Name} which has ths spawnid: ${Group.MouseOver.ID}
/bct ${Group.MouseOver.Name} hi there I dont want to change my target just to tell you: please heal ${Me.Mame}
/bct soandso //casting "Complete Heal" -targetid|${Group.MouseOver.ID}
/bct ${Group.MouseOver.CleanName} //setprio 2
groupmember Puller
¶
- The puller of the group, if one is assigned.
int TankMercCount
¶
- The number of tank mercenaries in your group.
string To String
¶
- The number of members in the group, as a string.