메소드 | 설명 | |
---|---|---|
Burn ( |
Handles item burning, retruns whether it was successful.
|
|
Cancel ( |
Cancel actions.
|
|
Complete ( |
Completes skill, applying the enchant.
|
|
GetChance ( |
Returns success chance, based on skill, option set, and powder used.
|
|
Prepare ( |
Prepares skill.
|
메소드 | 설명 | |
---|---|---|
BurnTraining ( Skill skill, bool enchantSuccess, bool powderSuccess ) : void |
Handles skill training from burning.
|
|
GetDurabilityLoss ( |
Returns random durability loss for rank. Returns -1 if item should be destroyed. Reference: http://wiki.mabinogiworld.com/view/Enchant#Enchanting |
|
GetOptionSetid ( Item enchant ) : int |
Returns option set id from "enchant scrolls", based on their data.
|
|
Training ( Skill skill, EnchantResult result ) : void |
Handles skill training from enchanting.
|
public Burn ( |
||
creature | ||
item | Item | |
campfire | ||
enchantersBurn | bool | |
리턴 | bool |
public Cancel ( |
||
creature | ||
skill | Skill | |
리턴 | void |
public Complete ( |
||
creature | ||
skill | Skill | |
packet | Packet | |
리턴 | void |
public static GetChance ( |
||
creature | ||
rightHand | Item | |
skillId | SkillId | |
optionSetData | OptionSetData | |
리턴 | float |
public Prepare ( |
||
creature | ||
skill | Skill | |
packet | Packet | |
리턴 | bool |