Player Commendation System (PC Bang).
This commit is contained in:
30
trunk/dist/game/config/Custom.properties
vendored
30
trunk/dist/game/config/Custom.properties
vendored
@@ -838,3 +838,33 @@ BTZChanceSupportRewards = 50
|
||||
# Example: 30
|
||||
# 0 for no delay (disable)
|
||||
BTZDelay = 10
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Player Commendation Points (PC Bang)
|
||||
# ---------------------------------------------------------------------------
|
||||
# PC BANG POINTS ID = -100
|
||||
|
||||
# PC Bang Enabled
|
||||
Enabled = True
|
||||
|
||||
# Max points that player may have
|
||||
# Limited by int limit
|
||||
MaxPcBangPoints = 200000
|
||||
|
||||
# Use random in rewarding with points
|
||||
# If enabled points will be random from points/2 to points
|
||||
AcquisitionPointsRandom = False
|
||||
|
||||
# Creates a chance to aquire double point
|
||||
DoublingAcquisitionPoints = True
|
||||
|
||||
# Double points chance
|
||||
# If DoublingAcquisitionPoints=True
|
||||
DoublingAcquisitionPointsChance = 1
|
||||
|
||||
# PC Bang point rate
|
||||
# e.g. with 1.0 it's 10000 exp = 1 PC Bang point
|
||||
# 2.0 - 10000 exp = 2 PC Bang points
|
||||
# 0.5 - 5000 exp = 1 PC Bang point
|
||||
AcquisitionPointsRate = 1.0
|
||||
|
8
trunk/dist/game/data/html/pccafe.htm
vendored
Normal file
8
trunk/dist/game/data/html/pccafe.htm
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<html><body>Player Commendation Points:<br>
|
||||
You can use PC points to buy items.<br>
|
||||
It is possible to buy several <font color="LEVEL">General Items</font>, like hair accessories or even <font color="LEVEL">Weapons and Enchant Weapon Scrolls</font> up to <font color="LEVEL">A-Grade</font>.<br>
|
||||
Take a look on the current rewards.<br>
|
||||
<font color="LEVEL">
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h pccafe_buy 900001">Buy General Items</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h pccafe_buy 900002">Buy Weapons and Enchant Weapon Scrolls</Button>
|
||||
</body></html>
|
Reference in New Issue
Block a user