Replacements for using minimal and maximal words.
This commit is contained in:
@@ -734,7 +734,7 @@ AutoLootSlotLimit = True
|
||||
# Default: 900 (15min)
|
||||
RaidLootRightsInterval = 900
|
||||
|
||||
# Minimal size of Command Channel for apply raid loot privilege
|
||||
# Minimum size of Command Channel for apply raid loot privilege
|
||||
# Default: 45
|
||||
RaidLootRightsCCSize = 45
|
||||
|
||||
|
||||
@@ -12,11 +12,11 @@ MpCostMultipler = 1
|
||||
# Payment for Sell Buff System, can be changed to custom server coin
|
||||
PaymentID = 57
|
||||
|
||||
# Minimal price of every buff
|
||||
MinimalPrice = 100000
|
||||
# Minimum price of every buff
|
||||
MinimumPrice = 100000
|
||||
|
||||
# Maximal price of every buff
|
||||
MaximalPrice = 100000000
|
||||
# Maximum price of every buff
|
||||
MaximumPrice = 100000000
|
||||
|
||||
# Maximum count of buffs in sell list
|
||||
MaxBuffs = 20
|
||||
|
||||
@@ -554,7 +554,7 @@ AltItemAuctionTimeExtendsOnBid = 0
|
||||
# Dimension Rift
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Minimal party size to enter rift. Min = 2, Max = 9.
|
||||
# Minimum party size to enter rift. Min = 2, Max = 9.
|
||||
# If while inside the rift, the party becomes smaller, all members will be teleported back.
|
||||
# Default: 2
|
||||
RiftMinPartySize = 2
|
||||
|
||||
@@ -84,5 +84,5 @@ IntervalOfBelethSpawn = 120
|
||||
# Random interval. Range 1-192. Retail: 148
|
||||
RandomOfBelethSpawn = 24
|
||||
|
||||
#Minimal count of players for enter to Beleth. Retail: 36
|
||||
#Minimum count of players for enter to Beleth. Retail: 36
|
||||
BelethMinPlayers = 36
|
||||
Reference in New Issue
Block a user