filos edw pera sto game server/configs characters i altsettings oti s exei vres auto k s exei ti enchant 8es se armor weap se jewel se attribute :)ktlp
# ---------------------------------------------------------------------------
# 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 = 86
EnchantChanceArmor = 86
EnchantChanceJewelry = 86
EnchantChanceElement = 86
# DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
# Default: 66,66,66
BlessedEnchantChanceWeapon = 96
BlessedEnchantChanceArmor = 96
BlessedEnchantChanceJewelry = 96
# 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 = 16
EnchantMaxArmor = 16
EnchantMaxJewelry = 16
# 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 = 6
EnchantSafeMaxFull = 6