PvP reward item and title color configs.
This commit is contained in:
33
L2J_Mobius_CT_2.6_HighFive/dist/game/config/Custom/PvpRewardItem.ini
vendored
Normal file
33
L2J_Mobius_CT_2.6_HighFive/dist/game/config/Custom/PvpRewardItem.ini
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# PvP/PK Reward Item
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Reward item on PvP
|
||||
RewardPvpItem = False
|
||||
|
||||
# Reward PvP item ID
|
||||
RewardPvpItemId = 57
|
||||
|
||||
# Reward PvP item Amount
|
||||
RewardPvpItemAmount = 1000
|
||||
|
||||
# Show PvP item reward message?
|
||||
RewardPvpItemMessage = True
|
||||
|
||||
# Reward item on PK
|
||||
RewardPkItem = False
|
||||
|
||||
# Reward PK item ID
|
||||
RewardPkItemId = 57
|
||||
|
||||
# Reward PK item Amount
|
||||
RewardPkItemAmount = 500
|
||||
|
||||
# Show PK item reward message?
|
||||
RewardPkItemMessage = True
|
||||
|
||||
# Disable rewards in instances.
|
||||
DisableRewardsInInstances = True
|
||||
|
||||
# Disable rewards in PvP zones.
|
||||
DisableRewardsInPvpZones = True
|
||||
33
L2J_Mobius_CT_2.6_HighFive/dist/game/config/Custom/PvpTitleColor.ini
vendored
Normal file
33
L2J_Mobius_CT_2.6_HighFive/dist/game/config/Custom/PvpTitleColor.ini
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
#-------------------------------------------------------------
|
||||
# Custom PvP Titles and Colors
|
||||
#-------------------------------------------------------------
|
||||
# Example: PvpAmmount1 = 150, Player with 500 PvP will have a title with the color specified in ColorPvpSystem.
|
||||
# Attention: Colors should be specified only in RGB format, one color for each rank.
|
||||
# Attention: Do not use with Faction system.
|
||||
|
||||
EnablePvPColorSystem = False
|
||||
|
||||
# Rank 1
|
||||
PvpAmount1 = 500
|
||||
ColorForAmount1 = 9C9C9C
|
||||
PvPTitleForAmount1 = Sergeant
|
||||
|
||||
# Rank 2
|
||||
PvpAmount2 = 1000
|
||||
ColorForAmount2 = 696969
|
||||
PvPTitleForAmount2 = Lieutenant
|
||||
|
||||
# Rank 3
|
||||
PvpAmount3 = 1500
|
||||
ColorForAmount3 = 4F4F4F
|
||||
PvPTitleForAmount3 = Captain
|
||||
|
||||
# Rank 4
|
||||
PvpAmount4 = 2500
|
||||
ColorForAmount4 = 363636
|
||||
PvPTitleForAmount4 = Major
|
||||
|
||||
# Rank 5
|
||||
PvpAmount5 = 5000
|
||||
ColorForAmount5 = 1C1C1C
|
||||
PvPTitleForAmount5 = General
|
||||
Reference in New Issue
Block a user