Skill Targeters
Targeter |
Description |
@Self |
メインTargeter。自分自身に発動 |
@Target |
Mobをターゲットとする |
@Trigger |
Targets the entity that triggered the skill |
@NearestPlayer |
Targets the nearest player |
targeters
Multi-Entity Targeters
Targeter |
省略 |
Description |
@LivingEntitiesInRadius{r=#} |
|
指定された半径内のターゲットのすべてのエンティティ |
@PlayersInRadius{r=#} |
@PIR{r=#} |
指定された半径内のターゲットのすべてのプレーヤー |
@MobsInRadius{r=#;types=X,X,X} |
|
半径内のターゲット 指定されたタイプのすべてのモブを |
@PlayersInWorld |
@World |
現在のワールドにいるプレイヤーが対象 |
@PlayersOnServer |
@Server |
サーバー内のすべてのプレーヤーをターゲットに |
@PlayersInRing{min=#;max=#} |
|
指定した範囲内のすべてのプレーヤーをターゲットにしています。 |
@PlayersNearOrigin{r=#} |
|
不明 |
ThreatTable Targeters
These targeters only work if the mob has Threat Tables enabled.
Targeter |
Shorthand |
Description |
@RandomThreatTarget |
@RTT |
Targets a random person on the threat table |
@ThreatTable |
@TT |
Targets all players on the threat table |
Location Targeters
Single-Location Targeters
Targeter |
Shorthand |
Description |
@SelfLocation |
|
Targets the mob's location itself |
@TargetLocation |
|
Targets the mob's target's location |
@TriggerLocation |
|
Targets the location of the entity that triggered the skill |
@Location{c=x,y,z} |
|
The skill will target the coordinates specified. |
@Origin |
|
Targets the location of the “origin” or “source” of a meta-skill. While that is usually the casting mob, there are special cases where that is not true (such as with the Projectile Skill, where the “origin” is the location of the projectile). |
@Spawner{s=[string]} |
|
Targets the location of the specified spawner(s). The string can be the name of a spawner, or a a group of spawners (using g:groupname), and also accepts wildcards (Spawner* would target Spawner1,Spawner2,Spawner3,etc) |
Multi-Location Targeters
Targeter Shorthand Description
@PlayerLocationsInRadius{r=#} @PLIR{r=#} Targets all player locations in the given radius
@Ring{radius=#;points=#} Target points to form a ring of locations.
Special Targeters
coming soon
最終更新:2015年12月31日 12:59