31-08-2009, 11:52 PM
|
#6
|
|
Membro - General
Registrado em: Jun 2009
Posts: 232
Agradecido 83 Vezes em 31 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Va ate a pasta GameServer\config\Characters e la tem umas opçoes assim:
# ---------------------------------------------------------------------------
# Enchanting
# ---------------------------------------------------------------------------
# This controls the chance an item has to break if it is enchanted.
# This chance is in %, so if you set this to 100%, enchants will always succeed.
# DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
# Default: 66,66,66
EnchantChanceWeapon = 35
#
EnchantChanceArmor = 30
#
EnchantChanceJewelry = 38
# DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
# Default: 66,66,66
BlessedEnchantChanceWeapon = 45
#
BlessedEnchantChanceArmor = 40
#
BlessedEnchantChanceJewelry = 42
# This is the enchant limit, if set to 0, there will be no limit.
# Example: If this is set to 10, the maximum enchant will be 10.
# Default: 0, 0, 0
EnchantMaxWeapon = 0
#
EnchantMaxArmor = 0
#
EnchantMaxJewelry = 0
# This is the maximum safe enchant.
# Notes:
# If EnchantSafeMax is set to for 8 the item will be safely enchanted to 8 regardless of the max enchant value set above.
# EnchantSafeMaxFull is for full body armor (upper and lower).
# These values should always be greater than 0.
# Default: 3, 4
EnchantSafeMax = 3 (aqui coloca 10)
#
EnchantSafeMaxFull = 16 (Aqui coloca 35)
# This will allow enchanting with crystal scrolls
# Default: False
AllowCrystalScroll = false
Pra colocar o enchat ate + 10 sem quebrar e ate 35 e so editar as areas que destaquei em vermelho
|
|
|