Players By Archetype
Description
Targets all online players whose currently-active archetype matches one of the listed values.
The archetype attribute accepts a comma-separated list — the targeter matches if the player holds any of them.
If group is set, only that archetype group is checked. If omitted, the targeter matches against any of the player's currently-active archetypes across all groups.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
| archetype | archetypes, type, types, a, class, classes, c | One or more archetype ids (comma-separated) | required |
| group | g | The archetype group to check | (any) |
Examples
Skills:
- message{m="<gold>The arcane stirs..."} @playersByArchetype{archetype=Wizard,Sorcerer,Warlock}
- message{m="<gray>You feel a pull on your craft."} @playersByArchetype{group=PROFESSION;archetype=Smith}
Aliases
- PBA
- playersByClass