# General Settings
FallDownOnDeath = True
# Setting for Capture The Flag
# CTFEvenTeams = NO|BALANCE|SHUFFLE
# NO means: not even teams.
# BALANCE means: Players can only join team with lowest player count.
# SHUFFLE means: Players can only participate to the event and not direct to a team. Teams will be shuffled on teams teleport.
CTFEvenTeams = SHUFFLE
# Players that are not participating in CTF can target ctf participants?
CTFAllowInterference = False
# CTF participants can use potions?
CTFAllowPotions = True
# CTF participants can summon by item?
CTFAllowSummon = False
# Remove all effects of CTF participants on event start?
CTFOnStartRemoveAllEffects = True
# Unsummon pet of CTF participants on event start?
CTFOnStartUnsummonPet = True
# On revive participants regain full HP/MP/CP?
CTFReviveRecovery = True
# Announce all team statistics
CTFAnnounceTeamStats = False
# Announce reward
CTFAnnounceReward = False
# Players with cursed weapon are allowed to join?
CTFJoinWithCursedWeapon = False
# Delay on revive when dead, NOTE: 20000 equals to 20 seconds, minimum 1000 (1 second)
CTFReviveDelay = 20000
# Setting for Team vs. Team PVP
# TvTEvenTeams = NO|BALANCE|SHUFFLE
# NO means: not even teams.
# BALANCE means: Players can only join team with lowest player count.
# SHUFFLE means: Players can only participate to the event and not direct to a team. Teams will be shuffled on teams teleport.
TvTEvenTeams = SHUFFLE
# Players that are not participating in TVT can target TVT participants?
TvTAllowInterference = False
# TVT participants can use potions?
TvTAllowPotions = True
# TVT participants can summon by item?
TvTAllowSummon = False
# Remove all effects of tvt participants on event start?
TvTOnStartRemoveAllEffects = True
# Unsummon pet of tvt participants on event start?
TvTOnStartUnsummonPet = True
# On revive participants regain full hp/mp/cp?
TvTReviveRecovery = True
# Announce all team statistics
TvTAnnounceTeamStats = True
# Announce reward
TvTAnnounceReward = True
# Give price with 0 kills
TvTPriceNoKills = False
# Players with cursed weapon are allowed to join?
TvTJoinWithCursedWeapon = False
# Delay on revive when dead, NOTE: 20000 equals to 20 seconds, minimum 1000 (1 second)
TVTReviveDelay = 20000
# Players that are not participating in DM can target DM participants?
DMAllowInterference = False
# DM participants can use potions?
DMAllowPotions = True
# DM participants can summon by item?
DMAllowSummon = False
# Remove all effects of DM participants on event start?
DMOnStartRemoveAllEffects = False
# Unsummon pet of DM participants on event start?
DMOnStartUnsummonPet = True
# Delay on revive when dead, NOTE: 20000 equals to 20 seconds, minimum 1000 (1 second)
DMReviveDelay = 10000
# Arena Manager Configs
ArenaEnabled = False
# Interval in minutes
ArenaInterval = 60
# Reward ID
ArenaRewardId = 57
# Reward amount 0 to disable
ArenaRewardCount = 0
# FishManager configs
FishermanEnabled = False
# Interval in minutes
FishermanInterval = 60
# Reward ID
FishermanRewardId = 57
# Reward amount 0 to disable
FishermanRewardCount = 0
i already checked if its possible to set it here like at L2Oneo event engine... but L2jFree doesnt have this option :( any ideas?