Removed Lottery.

This commit is contained in:
MobiusDev
2016-08-27 18:04:48 +00:00
parent e2bfda977f
commit ffb4b42633
53 changed files with 12 additions and 1519 deletions

View File

@@ -539,39 +539,6 @@ AltManorSaveAllActions = False
AltManorSavePeriodRate = 2
# ---------------------------------------------------------------------------
# Lottery
# ---------------------------------------------------------------------------
# Default: True
# Crashes the client (packet problem?)
AllowLottery = False
# Initial Lottery prize.
# Default: 50000
AltLotteryPrize = 50000
# Lottery Ticket Price
# Default: 2000
AltLotteryTicketPrice = 2000
# What part of jackpot amount should receive characters who pick 5 wining numbers
# Default: 0.6
AltLottery5NumberRate = 0.6
# What part of jackpot amount should receive characters who pick 4 wining numbers
# Default: 0.2
AltLottery4NumberRate = 0.2
# What part of jackpot amount should receive characters who pick 3 wining numbers
# Default: 0.2
AltLottery3NumberRate = 0.2
# How much Adena receive characters who pick two or less of the winning number
# Default: 200
AltLottery2and1NumberPrize = 200
# ---------------------------------------------------------------------------
# Item Auction
# ---------------------------------------------------------------------------