Skill Cast
The mmocore_skill_cast_objective requires the player to cast skills a certain number of times.
Configuration
mmocore_skill_cast_objective — Map
Configuration for the objective.
Properties
id
Unique identifier for this objective. skillIds
">
List of skill IDs to track. If empty, any skill cast counts.
amount — Integer
Number of casts required. Default is 1.
requireSuccess — Boolean
If true, only successful casts are counted. Default is false.
display — String
Text to display in quest logs.
onComplete — TriggerableEntry
Optional entry to trigger upon completion.