Skip to content

GitLab

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

Conditions · Changes

Page history
Update Conditions authored May 06, 2024 by MarcatoSound's avatar MarcatoSound
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 1 deletion
+6 -1
  • Conditions.md Conditions.md +6 -1
  • No files found.
Conditions.md
View page @ cac1bf2b
......@@ -7,4 +7,9 @@ Conditions List
| ![](https://i.imgur.com/ZFX8VFS.png) | **Players Within** | Checks if the specified number of players are within a configured distance from the function. |
| ![](https://i.imgur.com/KlJTbgy.png) | **Mobs Within** | Checks if the specified number of a particular mob are within a configured distance from the function. |
| ![](https://i.imgur.com/QqZIQ15.png) | **Player Count** | Checks if the dungeon has a specific number of players in it. |
| ![](https://i.imgur.com/sWvmSgq.png) | **Mythic Condition** | Checks if a configured condition from Mythic Mobs is true or false. (Based on the location of the function.) |
\ No newline at end of file
| ![](https://i.imgur.com/sWvmSgq.png) | **Mythic Condition** | Checks if a configured condition from Mythic Mobs is true or false. (Based on the location of the function.) |
| ![](https://i.imgur.com/MKlkBRh.png) | **Dungeon Status** | Checks if the dungeons status is set to a specific text value. |
| ![](https://i.imgur.com/eSWI5pV.png) | **Trigger Chance** | Makes it so this trigger has a % chance of succeeding whenever it's triggered. |
| ![](https://i.imgur.com/LVSwrsW.png) | **Time Elapsed** | Checks if at least a specific amount of seconds have passed in the dungeon. |
| ![](https://i.imgur.com/3eKOgeL.png) | **Dungeon Difficulty** | Checks if the dungeon is set to a specific difficulty level. |
| ![](https://i.imgur.com/AlCRfHe.png) | **Variable Comparison** | Compares two values with support for variables. Variables are set using the Dungeon Variable function, and are formatted like so: <my_variable_here> |
\ No newline at end of file
Clone repository

NOTE: Items marked with * are incomplete or unwritten.

General Info
  • Changelogs
  • Commands and Permissions
  • Plugin Config
  • How it all Works
Guides
  • Getting Started
  • Your First Dungeon
  • Importing from DXL
Dungeon Elements
  • Dungeon Config
  • Functions
  • Triggers
  • Conditions
Compatibility
  • Mythic Mobs
  • Placeholder API
  • BetonQuest
Developer Documentation
  • Introduction to API
  • Getting Started with Elements
  • GUI Menus
  • *Custom Functions
  • *Custom Triggers
  • *Custom Conditions
  • Adding Party Support