Quick example
This would mean that it will target everything in a 30 radius except players
Target everything in a 30 radius except for those two mob types.
Such a targetor will really help
Code:
Skills: - Skill{s=Killeverythingexceptplayerskill} !@PlayersinRadius{r=30} ~onTimer:100
Code:
Skills: - Skill{s=KilleverythingexceptBossandMinions} !@MobsinRadius{r=30,types=BigBoss,BigBossMinion} ~onTimer:100
Such a targetor will really help
