Party Buff

Description

Casts a named MythicMobs meta-skill on each online member of the caster's party, with that member as both caster and target. Useful for distributing buffs or auras across a party.

If skill is not set the mechanic returns INVALID_CONFIG. If the caster has no online party members, nothing happens.

Attributes

Attribute Aliases Description Default
skill s, onMember, om The meta-skill to cast on each party member required
power p The skill power passed to each cast 1
includeCaster self Whether the caster is also included among the members true

Examples

Give every party member a shield aura:

PartyShield:
  Skills:
  - partyBuff{skill=ShieldAura;power=2} @self

Aliases

  • partyCast
Updated Aug 19, 2026