Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 138
    • Issues 138
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Skills
  • Targeters

Targeters · Changes

Page history
Update Targeters authored Sep 28, 2021 by SharkGirl kunjang's avatar SharkGirl kunjang
Show whitespace changes
Inline Side-by-side
Showing with 7 additions and 1 deletion
+7 -1
  • Skills/Targeters.md Skills/Targeters.md +7 -1
  • No files found.
Skills/Targeters.md
View page @ 60dcafac
......@@ -24,6 +24,7 @@ Entity Targeters
| @Parent | | Targets the parent if mob was summoned by other mob. |
| @Children | | Targets any child entities summoned by the caster. |
| @Passenger | | Targets the rider of the mob. |
| @SpawnLocation | | Targets the location the world's spawn. |
| @CasterSpawnLocation | | Targets the location the caster spawned at. |
| @PlayerByName{name="Ashijin"} | | Targets a specific player by name, supports placeholders. Added in 4.12 |
| @UniqueIdentifier{u="<target.uuid>"} | @UUID | Targets a specific entity by their UUID, supports placeholders. Added in 5.0 |
......@@ -47,6 +48,8 @@ Entity Targeters
| @PlayersNearTargetLocation{r=#} | @PNTL{r=#} | Targets all players near targetlocation. Radius=5 by default. |
| @Siblings | | Targets any mobs that share the same parent as the caster. |
| @TargetedTarget | @Targeted | Targets the inherited targets. |
| @ItemsNearOrigin | | Targets item drops near the [origin](/skills/targeters/origin) of a meta-skill. |
| @ItemsInRadius{r=#} | | Targets all item drops in the given radius
### ThreatTable Targeters
......@@ -68,13 +71,15 @@ Location Targeters
|------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| @SelfLocation{y=0.0} | | Targets the caster's location an optional yoffset |
| @Forward{f=5;y=0.0;sideOffset=0.0} | | Targets a location 5 blocks infront of caster's facing direction with a yoffset and sideoffset of 0.0 |
| @ForwardWall | | |
| @TargetLocation | @targetloc, @TL | Targets the mob's target's location |
| @TriggerLocation | | Targets the location of the entity that triggered the skill |
| @Location{c=x,y,z,yaw,pitch} | | The skill will target the coordinates specified. |
| @Origin{xoffset=0;yoffset=0;zoffset=0} | | Targets the location of the "origin" or "source" of a meta-skill. While that is usually the casting mob, there are special cases where this is not true (such as with the Projectile Skill, where the "origin" is the location of the projectile). |
| @Spawner{s=SpawnerName} | | 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) |
| @ObstructingBlock | | Tries to target blocks in front of the caster that are obstructing it |
| @TrackedLocation | | targets the location set by mechanic: Traclocation
| @TrackedFromLocation | | Targets the location set by mechanic: tracklocation |
| @NearestStructure | | Targets the nearest structure's location |
### Multi-Location Targeters
......@@ -85,6 +90,7 @@ Location Targeters
| @Cone{angle=#;points=#;range=#;rotation=#;yoffset=#} | | Returns the # of points target locations that comprise a cone (Note: Cone is fixed on the y-axis, and cannot be rotated up or down) |
| @EntitiesInCone{angle=#;range=#;rotation=#;} | | Targets all entities within the cone |
| @Sphere{radius=#;points=#;yoffset=#} | | Target points to form a sphere of locations |
| @TargetedLocation | Targets the inherited targets's location |
Special Targeters
-----------------
......
Clone repository
  • Home
  • Changelogs
  • Premium Features
  • Commands and Permissions
  • FAQ / Common Issues
  • Mythic Add-ons
  • Compatible Plugins
  • API Information

Mobs

  • Overview
  • Types
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Extra: Disguises
  • Extra: MiniaturePets

Skills

  • Overview
  • Mechanics
  • Effects
  • Targeters
  • Triggers
  • Conditions
  • Placeholders
  • Variables

Items & Drops

  • Drops and Drop Tables
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers

Spawning

  • Spawners
  • Random Spawns

Tutorials

  • DamageSpells