Should looks like that:
# ---------------------------------------------------------------------------
# Enchanting
# ---------------------------------------------------------------------------
# Default enchant rate for scrolls.
# Be aware the data in enchantData.xml will override those values!
# This is just default data (For enchants with not defined such variables)
# Default: 66.66
EnchantChance = 66.66
# Default: 0 (Unlimited)
MaxEnchantLevel = 10
# 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
EnchantChanceElementStone = 50
#
EnchantChanceElementCrystal = 30
#
EnchantChanceElementJewel = 20
#
EnchantChanceElementEnergy = 10
# 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
#
EnchantSafeMaxFull = 10
# List of non-enchantable items.
# Currently apprentice, travelers weapons and Pailaka items
# Default: 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296
EnchantBlackList = 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296
And the enchant rates u find there:
game/data/enchantData.xml
P.S:
If u dont have like that... your revision its a bit older and with some missing things. So you need to compile another revision.
HI5 SVN:
http://svn.l2jdp.com/branches/unstable/L2J_DataPack_BETA/
http://svn.l2jserver.com/branches/unstable/L2J_Server_BETA/