... | @@ -67,7 +67,8 @@ If you're looking for a placeholder and you can't see it here, do check [**MYTHI |
... | @@ -67,7 +67,8 @@ If you're looking for a placeholder and you can't see it here, do check [**MYTHI |
|
| **Placeholder** | **Description** |
|
|
| **Placeholder** | **Description** |
|
|
|-----------------|-----------------|
|
|
|-----------------|-----------------|
|
|
| `%mmocore_skill_level_<skill_name>%` | Returns the level a player has for a specific skill. |
|
|
| `%mmocore_skill_level_<skill_name>%` | Returns the level a player has for a specific skill. |
|
|
| `%mmocore_skill_parameter_<parameter_name>:<skill_name>%` | Returns the value of a skill parameter, you can for instance use `mana` or `cooldown` as parameter. |
|
|
| `%mmocore_skill_parameter_<param_id>:<skill_id>%` | Returns the value of a skill parameter, you can for instance use `mana` or `cooldown` as parameter. |
|
|
|
|
| `%mmocore_bound_skill_parameter_<param_id>:<skill_id>` | Returns the value of the skill parameter from the skill bound at skill slot X. |
|
|
| `%mmocore_bound_<integer>%` | Returns the name of the skill in the specific skill slot. |
|
|
| `%mmocore_bound_<integer>%` | Returns the name of the skill in the specific skill slot. |
|
|
| `%mmocore_cooldown_bound_<integer>%` | Returns the remaining cooldown time of the skill in the specific skill slot.|
|
|
| `%mmocore_cooldown_bound_<integer>%` | Returns the remaining cooldown time of the skill in the specific skill slot.|
|
|
| `%mmocore_is_casting%` | Returns true if the player is spell casting, false otherwise |
|
|
| `%mmocore_is_casting%` | Returns true if the player is spell casting, false otherwise |
|
... | | ... | |