Addition of VIP system.
Contributed by marciox25.
This commit is contained in:
@@ -13,6 +13,10 @@ EnableAttendanceRewards = False
|
||||
# Default: False
|
||||
PremiumOnlyAttendanceRewards = False
|
||||
|
||||
# Enable the Attendance Reward system only for Vip accounts.
|
||||
# Default: False
|
||||
VipOnlyAttendanceRewards = False
|
||||
|
||||
# Make rewards sharable in the same account.
|
||||
# Default: False (Each character will receive its own rewards.)
|
||||
AttendanceRewardsShareAccount = False
|
||||
|
||||
@@ -9,6 +9,9 @@ PcCafeEnabled = False
|
||||
# Allow only players with a Premium account.
|
||||
PcCafeOnlyPremium = False
|
||||
|
||||
# Allow only players with a Vip Tier account.
|
||||
PcCafeOnlyVip = False
|
||||
|
||||
# Max points that player may have.
|
||||
# Limited by int limit.
|
||||
MaxPcCafePoints = 200000
|
||||
|
||||
22
L2J_Mobius_Essence_5.0_Sylph/dist/game/config/Custom/VipSystem.ini
vendored
Normal file
22
L2J_Mobius_Essence_5.0_Sylph/dist/game/config/Custom/VipSystem.ini
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# VIP System
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# VIP System Enabled.
|
||||
# l2.ini
|
||||
# [VipSystem]
|
||||
# UseVipInfoWndAden=false
|
||||
# -> needs to be true
|
||||
# Prime shop Aden needs to be true aswell!
|
||||
# Check vip.xml for more info!
|
||||
VipEnabled = False
|
||||
|
||||
# Max vip level that can be reached (Client Limitations, lv 8 -> 10 Doesn't exist. If u want to use, make it yourself!)
|
||||
MaxVipLevel = 7
|
||||
|
||||
# When purchasing from the Prime Shop, the price amount will add to your vip points
|
||||
PrimeAffectPoints = true
|
||||
|
||||
# When purchasing from the L Shop, the price amount will add to your vip points
|
||||
# P.S. this will only affect the purchases made with L Coin and not Adena!
|
||||
LShopAffectPoints = true
|
||||
Reference in New Issue
Block a user