Function set_skill_progress

Source
pub fn set_skill_progress(pid: u16, skill_id: u16, value: f64)
Expand description

Set the progress the player has made towards increasing a certain skill by 1.

pid The player ID.
skill_id The skill ID.
value The progress value.

Returns void