Overwrite

Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
Unstable Kitsune
2023-11-28 23:20:26 -05:00
parent 3cd54811de
commit b918192e4e
11608 changed files with 2644205 additions and 47 deletions

43
Config/Store.cfg Normal file
View File

@@ -0,0 +1,43 @@
# Configuration for Ultima Store
# Enable or disable the Ultima Store
Enabled=True
# Limit the Ultima Store by expansion.
Expansion=TOL
# Website address for more information.
Website=https://coming.soon
# Values: None|Sovereigns|Gold|PointsSystem|Custom
# Custom uses the ResolveCurrency handler and requires additional development to implement.
CurrencyImpl=Gold
# Fully qualified Namespace.Class.Method string for the target Custom currency handler method.
# Used when Custom is chosen for the CurrencyImpl.
# A target method that implements get/consume for custom currencies.
# Expected Params: Mobile user, Int32 consume
# Expected Return: Int32
# Example: Server.Engines.UOStore.CustomClass.CustomMethod
ResolveCurrency= Server.Items.Gold
# What do you want to call your currency?
CurrencyName=Gold
# Display CurrencyName in the Ultima Store gump.
CurrencyDisplay=True
# Used when PointsSystem is chosen for the CurrencyImpl.
# Values:
# None|QueensLoyalty|VoidPool|DespiseCrystals|ShameCrystals|CasinoData|CityTrading
# Moonglow|Britain|Jhelom|Yew|Minoc|Trinsic|SkaraBrae|NewMagincia|Vesper
# Blackthorn|CleanUpBritannia|ViceVsVirtue|TreasuresOfKotlCity|PVPArena
PointsImpl=None
# Multiplier for store item cost.
# The EA costs act as a 'base cost' where you can increase to your choosing.
# 10.0 is the same as BaseCost * 10
CostMultiplier=2.0
# Maximum cart capacity.
CartCapacity=10