AuraComponent

ondeath

Triggers a skill when the aura holder dies

Aliases

ondead

Examples & Notes

Examples

Force an onDeath aura through sudoskill on all entities around you. When you kill them they will all drop diamonds.

ForceApplyAura:
  Skills:
  - sudoskill{s=ApplyAura} @EIR{r=50}
ApplyAura:
  Skills:
  - aura{d=1200;i=1;auraname=rip;components=[
    - onDeath{od=DropDiamonds}
  ]} @self
DropDiamonds:
  Skills:
  - dropitem{i=DIAMOND 3-5} @self
Community-maintained documentation for the Mythic plugin ecosystem.