Quantcast
Channel: MythicCraft
Viewing all articles
Browse latest Browse all 11417

A not target targetor

$
0
0
Quick example
Code:
Skills:
  - Skill{s=Killeverythingexceptplayerskill} !@PlayersinRadius{r=30} ~onTimer:100
This would mean that it will target everything in a 30 radius except players

Code:
Skills:
  - Skill{s=KilleverythingexceptBossandMinions} !@MobsinRadius{r=30,types=BigBoss,BigBossMinion} ~onTimer:100
Target everything in a 30 radius except for those two mob types.

Such a targetor will really help :)

Viewing all articles
Browse latest Browse all 11417

Trending Articles