Метод | Описание | |
---|---|---|
Cancel ( |
Cancales skill.
|
|
Complete ( |
Completes skill, called when done playing the current song.
|
|
CustomPrepareUsage ( |
Use stamina while skill is active if no scroll was used.
|
|
Init ( ) : void |
Subscribes handler to events required for training.
|
|
Prepare ( |
Prepares skill, goes straight to Use and starts playing.
|
Метод | Описание | |
---|---|---|
AfterPlay ( |
Called when completing (training).
|
|
GetInstrumentType ( |
Returns instrument type to use.
|
|
GetQualityRating ( int quality ) : PlayingQuality |
Return PlayingQuality based on given quality from 0~100.
|
|
GetRandomQualityMessage ( int quality ) : string |
Returns a random result message for the given quality. Reference: http://wiki.mabinogiworld.com/view/Playing_Instrument |
|
GetRandomScore ( |
Returns random score scroll id.
|
|
OnCreatureAttackedByPlayer ( TargetAction action ) : void |
Called when a player attacks someone (training).
|
|
OnPlay ( |
Called when starting playing (training).
|
Метод | Описание | |
---|---|---|
GetScore ( |
Returns score from magazine's item.
|
|
StartPlay ( |
Starts play effect.
|
protected AfterPlay ( |
||
creature | ||
skill | Skill | |
quality | int | |
Результат | void |
public Cancel ( |
||
creature | ||
skill | Skill | |
Результат | void |
public Complete ( |
||
creature | ||
skill | Skill | |
packet | Aura.Shared.Network.Packet | |
Результат | void |
public CustomPrepareUsage ( |
||
creature | ||
skill | Skill | |
Результат | void |
protected GetInstrumentType ( |
||
creature | ||
Результат | InstrumentType |
protected GetQualityRating ( int quality ) : PlayingQuality | ||
quality | int | |
Результат | PlayingQuality |
protected GetRandomQualityMessage ( int quality ) : string | ||
quality | int | |
Результат | string |
protected GetRandomScore ( |
||
rnd | ||
Результат | int |
protected OnCreatureAttackedByPlayer ( TargetAction action ) : void | ||
action | TargetAction | |
Результат | void |
protected OnPlay ( |
||
creature | ||
skill | Skill | |
quality | int | |
Результат | void |
public Prepare ( |
||
creature | ||
skill | Skill | |
packet | Aura.Shared.Network.Packet | |
Результат | bool |