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 136
    • Issues 136
    • 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
    • Mechanics
  • setowner

setowner · Changes

Page history
updated the whole page authored Jul 10, 2023 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 30 additions and 35 deletions
+30 -35
  • skills/mechanics/setowner.md skills/mechanics/setowner.md +30 -35
  • No files found.
skills/mechanics/setowner.md
View page @ 28fdd332
Mechanic: SetOwner ## Description
================== Sets the "owner" attribute of the Mythic Mob to the given target. This is a special attribute used within MythicMobs, and different from the normal "vanilla" owner of a mob.
Does nothing if the caster is not a Mythic Mob, or the target is not a Player.
Works with the [@Owner Targeter](/Skills/Targeters/Owner), and the [Owner Condition](/skills/conditions/owner).
Added in MM 4.0.0 If the casting mob is a `Wolf`,`Cat` or `Parrot`, then the mechanic will _also_ set their Vanilla Owner as the targeted player.
Sets the "owner" attribute of the Mythic Mob to the given target. Does
nothing if the caster is not a Mythic Mob. Works with the @Owner target,
and the Owner target condition.
Special Notes ## Attributes
------------- >*This mechanic has no attributes*
This is used in conjunction with the **owner condition** (see
[Conditions](/skills/conditions/owner)) and
@Owner targets.
This is NOT the same as a owner for a wolf or ocelot.
Examples ## Examples
-------- ```yaml
PetSheep:
PetSheep: Mobtype: sheep
Mobtype: sheep Display: 'Pet'
Display: 'Pet' Health: 20
Health: 20 Damage: 18
Damage: 18 Skills:
Skills: - skill{s=SetOwner} @trigger ~onInteract
- skill{s=SetOwner} @trigger ~onInteract - skill{s=HealOwner} @PIR{R=10} ~onTimer:50
- skill{s=HealOwner} @PIR{R=10} ~onTimer:50 ```
This skill would change the mob's owner to whoever right clicked it. This skill would change the mob's owner to whoever right clicked it.
```yaml
SetOwner: SetOwner:
Skills: Skills:
- setowner @trigger - setowner @trigger
```
This skill would only heal the owner of the mob This skill would only heal the owner of the mob
```yaml
HealOwner: HealOwner:
TargetConditions: TargetConditions:
- owner true - owner true
Skills: Skills:
- heal{a=10} - heal{a=10}
\ No newline at end of file ```
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples
Useful Skills