19-10-2010, 02:09 PM
|
#6 (permalink)
|
|
Membro - Major
Registrado em: Mar 2009
Posts: 157
Agradecido 19 Vezes em 17 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Olha como esta minha tabela de enchants
Citação:
# ------------------------------------------------------------------------- #
# Enchant Configurations #
# ------------------------------------------------------------------------- #
# % Chance of succeding to enchant an item when it has a chance of breaking
EnchantChanceWeapon = 75
EnchantChanceArmor = 75
EnchantChanceJewelry = 75
# Chance a Crystal Enchant Scroll will succeed after safe enchant.
EnchantChanceWeaponCrystal = 1
EnchantChanceArmorCrystal = 1
EnchantChanceJewelryCrystal = 1
# Chance a Blessed Enchant Scroll will succeed after safe enchant.
EnchantChanceWeaponBlessed = 85
EnchantChanceArmorBlessed = 85
EnchantChanceJewelryBlessed = 85
# Increase Dwarfs Enchant Chances
# Enable Dwarfs Enchant Bonus
EnableDwarfEnchantBonus = False
# Dwarfs Enchant Minimum Level
DwarfEnchantMinLevel = 80
# How More Chance is Added To Enchant
DwarfEnchantBonus = 15
# Enchant hero weapons (default: False)
EnchantHeroWeapons = False
# Enchant limit [default = 0 (unlimited)]
EnchantMaxWeapon = 35
EnchantMaxArmor = 35
EnchantMaxJewelry = 35
# if EnchantSafeMax is set to for ex '8' the item will be safly enchanted to '8'
# regardless of enchant chance(default = 3 for EnchantSafeMax and default = 4 for EnchantSafeMaxFull)
# EnchantSafeMaxFull is for full body armor (upper and lower)
# SHOULD BE > 0
EnchantSafeMax = 7
EnchantSafeMaxFull = 7
# ------------------------------------------------------------------------------------ #
# OVER ENCHANT CONFIGURATION #
# ------------------------------------------------------------------------------------ #
# Protection against Corrupt GMs! #
# This protection will ban both GM and Edited character #
# if a GM tries to enchant a NON GM player above the below value. #
# ------------------------------------------------------------------------------------ #
GMOverEnchant = 35
# ------------------------------------------------------------------------------------ #
# EnchantMaxAllowed is if any player has bigger enchant gets banned. #
# EnchantMax is what max value can be put by scrols. #
# ------------------------------------------------------------------------------------ #
EnchantMaxAllowedWeapon = 25
EnchantMaxAllowedArmor = 25
EnchantMaxAllowedJewelry = 25
# If player isn't Gm and has items with Enchant Over +11 he will be kicked.
# set the maximum value, default 11.
EnchantKick = 11
|
|
|
|