# ---------------------------------------------------------------------------
# 天堂2私服游戏设置限制
# ---------------------------------------------------------------------------
# Maximum Exp Bonus.
# from vitality + nevit's hunting bonus, and etc..
# Default: 3.5
MaxExpBonus = 3.5
# Maximum Sp Bonus.
# from vitality + nevit's hunting bonus, and etc..
# Default: 3.5
MaxSpBonus = 3.5
# 「跑速」上限
# 预设: 300
MaxRunSpeed = 300
# 「物理攻击致命机率」上限 (10 = 1%)
# 预设: 500
MaxPCritRate = 500
# 「魔法攻击致命机率」上限 (10 = 1%)
# 预设: 300
MaxMCritRate = 200
# 「物理攻击速度」上限
# 预设: 1500
MaxPAtkSpeed = 1500
# 「魔法施法速度」上限
# 预设: 1999
MaxMAtkSpeed = 1999
# 「回避率」上限
# 预设: 250
MaxEvasion = 250
# 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
# Default: 10% for min, 90% for max.
MinDebuffChance = 10
MaxDebuffChance = 90
# 「副职业」的数量上限
# 预设: 3
MaxSubclass = 3
# 「副职业」开始的等级
# 预设: 40
BaseSubclassLevel = 40
# 「副职业」的最高等级
# 预设: 80
MaxSubclassLevel = 80
# 「贩卖物品」时,摆放物品的数量上限
# (矮人/其它)
# 预设: 4, 3
MaxPvtStoreSellSlotsDwarf = 4
MaxPvtStoreSellSlotsOther = 3
# 「购买物品」时,摆放物品的数量上限
# (矮人/其它)
# 预设: 5, 4
MaxPvtStoreBuySlotsDwarf = 5
MaxPvtStoreBuySlotsOther = 4
# 物品栏数量上限与负重值无关 (其它/矮人/GM)
# 预设: 80, 100, 250
MaximumSlotsForNoDwarf = 80
MaximumSlotsForDwarf = 100
MaximumSlotsForGMPlayer = 250
MaximumSlotsForQuestItems = 100
# 天堂2私服物品储存仓库的数量上限 (矮人/其它/血盟仓库/货运仓库)
# 注意:
# 必须小於300,以防止客户端显示崩溃
# 预设: 120, 100, 200, 20
MaximumWarehouseSlotsForDwarf = 120
MaximumWarehouseSlotsForNoDwarf = 100
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 = 1000
# 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 = 3
(责任编辑:100sf) |