| ... | @@ -8,27 +8,31 @@ MythicRPG supports MythicMobs base mechanics. |
... | @@ -8,27 +8,31 @@ MythicRPG supports MythicMobs base mechanics. |
|
|
These mechanics are added by MythicRPG, and are meant to be used within the features that MythicRPG implements
|
|
These mechanics are added by MythicRPG, and are meant to be used within the features that MythicRPG implements
|
|
|
|
|
|
|
|
## General
|
|
## General
|
|
|
|
|
|
|
|
| Mechanic | Description |
|
|
| Mechanic | Description |
|
|
|
|---------------------------|----------------------------------------------------------------------------|
|
|
|---------------------------|----------------------------------------------------------------------------|
|
|
|
| [GiveMythicExperience] | Gives a player experience for a specific group |
|
|
| [GiveMythicExperience] | Gives a player experience for a specific group |
|
|
|
| [ModifyResource] | Modifies the target players given reagent |
|
|
| [ModifyResource] | Modifies the target players given reagent |
|
|
|
| [SetArchetype] | Sets the target player's archetype |
|
|
| [SetArchetype] | Sets the target player's archetype |
|
|
|
|
|
|
|
|
|
|
|
|
|
## Menus
|
|
## Menus
|
|
|
| Mechanic | Description |
|
|
| Mechanic | Description |
|
|
|
|---------------------------|----------------------------------------------------------------------------|
|
|
|---------------------------|----------------------------------------------------------------------------|
|
|
|
| [OpenCustomMenu] | Opens a [custom menu] |
|
|
| [OpenCustomMenu] | Opens a [custom menu] |
|
|
|
| [SetCustomMenuButton] | Sets a specific slot of the opened [custom menu] to the specified button |
|
|
| [SetCustomMenuButton] | Sets a specific slot of the opened [custom menu] to the specified button |
|
|
|
|
|
|
|
|
|
|
|
|
|
## Spells
|
|
## Spells
|
|
|
| Mechanic | Description |
|
|
| Mechanic | Description |
|
|
|
|---------------------------|----------------------------------------------------------------------------|
|
|
|---------------------------|----------------------------------------------------------------------------|
|
|
|
| [ForgetSpell] | Make the target player unlearn a [spell] |
|
|
| [ForgetSpell] | Make the target player unlearn a [spell] |
|
|
|
| [TeachSpell] | Teaches the target player a [spell] |
|
|
| [TeachSpell] | Teaches the target player a [spell] |
|
|
|
|
|
|
|
|
|
## Quickcasting
|
|
|
|
| Mechanic | Description |
|
|
|
|
|---------------------------|----------------------------------------------------------------------------|
|
|
|
|
| [QuickcastingActivate] | Activates quickcasting for the casting player, if possible |
|
|
|
|
| [QuickcastingDeactivate] | Deactivates quickcasting for the casting player, if possible |
|
|
|
|
| [SetQuickcastBinding] | Force-sets the casting player's quickcast binding if possible |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- MECHANICS -->
|
|
<!-- MECHANICS -->
|
| ... | @@ -42,6 +46,10 @@ These mechanics are added by MythicRPG, and are meant to be used within the feat |
... | @@ -42,6 +46,10 @@ These mechanics are added by MythicRPG, and are meant to be used within the feat |
|
|
[ForgetSpell]: /Skills/Mechanics/ForgetSpell
|
|
[ForgetSpell]: /Skills/Mechanics/ForgetSpell
|
|
|
[TeachSpell]: /Skills/Mechanics/TeachSpell
|
|
[TeachSpell]: /Skills/Mechanics/TeachSpell
|
|
|
|
|
|
|
|
|
[QuickcastingActivate]: /Skills/Mechanics/QuickcastingActivate
|
|
|
|
[QuickcastingDeactivate]: /Skills/Mechanics/QuickcastingDeactivate
|
|
|
|
[SetQuickcastBinding]: /Skills/Mechanics/SetQuickcastBinding
|
|
|
|
|
|
|
|
|
|
|
|
[custom menu]: /Custom-Menus
|
|
[custom menu]: /Custom-Menus
|
|
|
[spell]: /Spells |
|
[spell]: /Spells |
|
|
|
\ No newline at end of file |