mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-03-12 13:19:25 +01:00
Update Player Skills
parent
b44aac42bf
commit
c4e9329ae6
@ -239,6 +239,10 @@ The caster of the skill will ALWAYS be the player, but the `@Trigger` targeter i
|
||||
| **Misc** |
|
||||
| LOGIN | Activates the skill when a player logins | The player |
|
||||
| SNEAK | Activates the skill when a player sneaks | The player |
|
||||
| TIMER | Casts the skill every X ticks | The player |
|
||||
|
||||
## Setting up timer skills
|
||||
`TIMER` is a special trigger type that casts a skill every X ticks. To setup timer skills, simply define the skill timer in ticks by using the `timer` skill modifier. This is a default skill modifier for **ANY** skill, just like `cooldown`, `mana` or `stamina`.
|
||||
|
||||
## Editing the skill menu
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user