# ------------------------------------------------
# 天堂2限制
# ------------------------------------------------
# Maximum Exp Bonus.
# from vitality + nevit's hunting bonus, and etc..
# Default: 3.5
MaxExpBonus = 7
# Maximum Sp Bonus.
# from vitality + nevit's hunting bonus, and etc..
# Default: 3.5
MaxSpBonus = 7
# 「跑速」上限
# 预设: 300
MaxRunSpeed = 600
# 「物理攻击致命机率」上限 (10 = 1%)
# 预设: 500
MaxPCritRate = 600
# 「魔法攻击致命机率」上限 (10 = 1%)
# 预设: 300
MaxMCritRate = 600
# 「物理攻击速度」上限
# 预设: 1500
MaxPAtkSpeed = 3000
# 「魔法施法速度」上限
# 预设: 1999
MaxMAtkSpeed = 4000
# 「回避率」上限
# 预设: 250
MaxEvasion = 600
# Minimum and maximum debuff land rate by default.
# This will affect all skills except those with min and max chance defined in the skills XML
这将影响到所有的技能,除了在技能XML定义的最小和最大机会
# Default: 10% for min, 90% for max.
MinDebuffChance = 10
MaxDebuffChance = 60
# 「副职业」的数量上限
# 预设: 3
MaxSubclass = 6
# 「副职业」开始的等级
# 预设: 40
BaseSubclassLevel = 60
# 「副职业」的最高等级
# 预设: 80
MaxSubclassLevel = 85
# 「贩卖物品」时,摆放物品的数量上限
# (矮人/其它)
# 预设: 4, 3
MaxPvtStoreSellSlotsDwarf = 8
MaxPvtStoreSellSlotsOther = 6
# 「购买物品」时,摆放物品的数量上限
# (矮人/其它)
# 预设: 5, 4
MaxPvtStoreBuySlotsDwarf = 10
MaxPvtStoreBuySlotsOther = 8
# 物品栏数量上限与负重值无关 (其它/矮人/GM)
# 预设: 80, 100, 250
MaximumSlotsForNoDwarf = 100
MaximumSlotsForDwarf = 150
MaximumSlotsForGMPlayer = 200
MaximumSlotsForQuestItems = 150
# 天堂物品储存仓库的数量上限 (矮人/其它/血盟仓库/货运仓库)
# 注意:
# 必须小於300,以防止客户端显示崩溃
# 预设: 120, 100, 200, 20
MaximumWarehouseSlotsForDwarf = 200
MaximumWarehouseSlotsForNoDwarf = 200
MaximumWarehouseSlotsForClan = 200
# Freight
# Maximum items that can be placed in Freight
# Default: 200
MaximumFreightSlots = 200
# The priece for each item that's deposited
# Default: 1000
FreightPriece = 2000
# Npc talk blockage. When a player talks to a NPC, he must wait some secs
# before being able to walk again. In seconds
# Default: 3
# Set to 0 to disable it
NpcTalkBlockingTime = 6
(责任编辑:tt3sf) |