04-03-2009, 04:03 PM
|
#4 (permalink)
|
|
Amigo SE
Registrado em: Dec 2008
Posts: 220
Agradecido 267 Vezes em 73 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Abra a pasta gameserver\enchant.properties procure a linha abaixo:
Citação:
#================================================= ===========#
# Augmenting #
#================================================= ===========#
# Never bestow NOTDONE skills on weapons
AugmentExcludeNotdone = False
# These controls the chance to get a skill in the augmentation process
# Retail: 15, 30, 45, 60
AugmentationNGSkillChance = 25
AugmentationMidSkillChance = 40
AugmentationHighSkillChance = 55
AugmentationTopSkillChance = 70
# These controls the chance to get a Base Stat Modifier in the augmentation process
# Note:
# No dependancy on LS grade
# Retail: 1
AugmentationBaseStatChance = 1
# These controls the chance to get a glow effect in the augmentation process
# Note:
# No/Mid Grade Life Stone can not have glow effect
# if you do not get a skill or Base Stat Modifier
# On Retail you can not get glow effect with NoGrade LS
# Retail: 0, 40, 70, 100
AugmentationNGGlowChance = 0
AugmentationMidGlowChance = 40
AugmentationHighGlowChance = 70
AugmentationTopGlowChance = 100
|
|
|
|