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 144
    • Issues 144
    • 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
  • Intratick Scheduling

Intratick Scheduling · Changes

Page history
Update Intratick Scheduling authored May 01, 2024 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 10 additions and 4 deletions
+10 -4
  • Skills/Intratick-Scheduling.md Skills/Intratick-Scheduling.md +10 -4
  • No files found.
Skills/Intratick-Scheduling.md
View page @ 438580ed
...@@ -9,7 +9,7 @@ flowchart LR ...@@ -9,7 +9,7 @@ flowchart LR
A(Mechanic 1) --> B(Mechanic 2) A(Mechanic 1) --> B(Mechanic 2)
B --> C[Delay 0] B --> C[Delay 0]
B ---> D(Other mechanics this tick) B ---> D(Other mechanics this tick)
C ----> F(Mechanic 4) C ----> F(Mechanic 3)
``` ```
### Example ### Example
...@@ -28,7 +28,9 @@ Skill2: ...@@ -28,7 +28,9 @@ Skill2:
Skills: Skills:
- setvariable{var=test;val=1} - setvariable{var=test;val=1}
``` ```
> Executing the ExampleMechanic will output
>> - `UNDEFINED` if no delay 0 is used
>> - `1` otherwise
## Multiple Delays ## Multiple Delays
This behavior works with multiple delays too: each time a new `delay 0` is executed, the subsequent mechanics are pushed a the back of the execution line *again* This behavior works with multiple delays too: each time a new `delay 0` is executed, the subsequent mechanics are pushed a the back of the execution line *again*
...@@ -38,10 +40,10 @@ flowchart LR ...@@ -38,10 +40,10 @@ flowchart LR
A(Mechanic 1) --> B(Mechanic 2) A(Mechanic 1) --> B(Mechanic 2)
B --> C[Delay 0] B --> C[Delay 0]
B ---> D(Other mechanics this tick) B ---> D(Other mechanics this tick)
C ----> F(Mechanic 4) C ----> F(Mechanic 3)
F --> G(Delay 0) F --> G(Delay 0)
F ---> H(Other mechanics this tick) F ---> H(Other mechanics this tick)
G ----> L(Mechanic 6) G ----> L(Mechanic 4)
``` ```
...@@ -68,6 +70,10 @@ SkillMessage: ...@@ -68,6 +70,10 @@ SkillMessage:
- delay 0 - delay 0
- message{m="<skill.var.test>"} - message{m="<skill.var.test>"}
``` ```
> Executing the ExampleMechanic will output
>> - `UNDEFINED` if no `delay 0` is used inside of SkillMessage
>> - `1` if only one delay 0 is used inside of SkillMessage
>> - `2` if all delays are used inside of SkillMessage
<!-- LINKS --> <!-- LINKS -->
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Guides
Troubleshooting
Mythic Add-ons
Compatible Plugins
API Information
Packs
  • Pins
Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Technical
  • Math
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • Particles Types
  • Audience
  • Equipment Slots
  • Intratick Scheduling
Examples
Useful Tips