Méthode | Description | |
---|---|---|
Cancel ( |
Cancels skill.
|
|
Init ( ) : void |
Subscribes skill to events required for training.
|
Méthode | Description | |
---|---|---|
AfterPlay ( |
Called when completing (training).
|
|
GetInstrumentType ( |
Returns instrument type to use.
|
|
GetRandomQualityMessage ( int quality ) : string |
Returns random success message. Reference: http://wiki.mabinogiworld.com/view/Song |
|
GetRandomScore ( |
Returns random score id.
|
|
OnPlay ( |
Called when starting playing (training).
|
protected AfterPlay ( |
||
creature | ||
skill | Skill | |
quality | int | |
Résultat | void |
public Cancel ( |
||
creature | ||
skill | Skill | |
Résultat | void |
protected GetInstrumentType ( |
||
creature | ||
Résultat | InstrumentType |
protected GetRandomQualityMessage ( int quality ) : string | ||
quality | int | |
Résultat | string |
protected GetRandomScore ( |
||
rnd | ||
Résultat | int |
protected OnPlay ( |
||
creature | ||
skill | Skill | |
quality | int | |
Résultat | void |