Shares Party

Added in v2.0.1.

Description

Compares the caster and the target: passes when both are in the same dungeon party. Returns false if either has no party. For mob casters or targets it links to a player through the mob's owner, then its parent.

Examples

PartyBuff:
  Skills:
  - skill{s=PartyBuffApply} @PlayersInRadius{r=20} ~onTimer:100
PartyBuffApply:
  TargetConditions:
  - sharesparty{} true
  Skills:
  - potion{type=SPEED;duration=200}

Buffs nearby players every five seconds, but only those who share the caster's dungeon party.

Aliases

  • dungeonparty
Updated Aug 19, 2026