mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-03-12 13:19:25 +01:00
Update Player Skills
parent
d4c8c1b5a1
commit
6aa778b96d
@ -23,7 +23,8 @@ Select the skill you'd like to upgrade by clicking on it, once it's selected it
|
||||

|
||||
|
||||
## Skill Unlocking
|
||||
Each skill can be either locked, unlocked but not usable, or usable. Locking a skill means that it can't be seen in the player skills UI and that the player doesn't even know its existence. When a skill is unlocked it can be seen in the player UI but can be bound only if the player matches the level requirements associated to the skill.
|
||||
Each skill can be either locked, unlocked but not usable, or usable. Locking a skill means that it can't be seen in the player skills UI and that the player doesn't even know its existence. When a skill is unlocked it can be seen in the player UI but can be bound only if the player matches the level requirements associated to the skill. A skill can be unlocked/locked through triggers (recommanded) or commands.
|
||||
|
||||
|
||||
If you unlock a skill which information is not filled in the class folder, it will be considered as directly usable (at level 1) and won't be upgradable.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user