Hi, I have a boss that spawns mobs, and I want after it dies to remove all of the mobs it spawned near it.
I tried:
- skill{s=BossDeath} @Target ~onDeath
BossDeath:
Skills:
- remove @MIR{r=20}
But they don't get removed
I tried:
- skill{s=BossDeath} @Target ~onDeath
BossDeath:
Skills:
- remove @MIR{r=20}
But they don't get removed