Chronicle 4 branch.
This commit is contained in:
47
L2J_Mobius_C4/dist/game/config/events.ini
vendored
Normal file
47
L2J_Mobius_C4/dist/game/config/events.ini
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
# ==================================================================
|
||||
# -- EVENT SETTINGS --
|
||||
# ==================================================================
|
||||
|
||||
# ------------------------------------------------------------
|
||||
# TvT Event
|
||||
# ------------------------------------------------------------
|
||||
# Enable TvT Event
|
||||
TvTEventEnable = False
|
||||
|
||||
# TvT Event maximum participants
|
||||
TvTMaxParticipants = 40
|
||||
|
||||
# TvT Event minimum participants
|
||||
TvTMinParticipants = 6
|
||||
|
||||
# TvT Event minimum level
|
||||
TvTEventMinLevel = 60
|
||||
|
||||
# TvT Event maximum level
|
||||
TvTEventMaxLevel = 78
|
||||
|
||||
# Delay between TvT Events
|
||||
# Default 5 hours
|
||||
TvTEventDelay = 18000
|
||||
|
||||
# TvT event registration NPC id
|
||||
# It can be anything
|
||||
# since core changes npc type to L2TvTManager
|
||||
TvTNpcManager = 621
|
||||
|
||||
# TvT registration NPC coords
|
||||
TvTNpcX = 151808
|
||||
TvTNpcY = 46864
|
||||
TvTNpcZ = -3408
|
||||
|
||||
# Time that TvT registration is open
|
||||
# Default 20 minutes
|
||||
TvTEventParticipationTime = 1200
|
||||
|
||||
# Time that TvT event lasts
|
||||
# Default 30 minutes
|
||||
TvTEventDuration = 1800
|
||||
|
||||
# TvT Event reward list
|
||||
# For example adena,amount;medals,amount;cppotions,amount etc
|
||||
TvTEventRewardList = 57,1000000;6393,50;5592,20
|
||||
Reference in New Issue
Block a user