31-08-2009, 11:30 PM
|
#2 (permalink)
|
|
Membro - General
Registrado em: Jun 2009
Posts: 232
Agradecido 83 Vezes em 31 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Me desculpe mas o que seria refinamento?
enchat de armas?
se for isso pode veriricar no character (se nao tiver e outro arquivo)
# ---------------------------------------------------------------------------
# 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 ate quanto vai 100% sem falhar
#
EnchantSafeMaxFull = 16 (Aqui ate mais quanto o Server aceita ,tipo ate +16, uso isso se aparecer arma +16 e bug ou hacker)
Se caso nao for isso ignore meu POST
|
|
|