#---------------------------------------------------------------
# Team vs Team Event Engine
#---------------------------------------------------------------
# Enable TvTEvent
TvTEventEnabled = True
# Time Between TvT events
TvTEventInterval = 9:00,15:00,21:00,3:00
# Registration timer (in minutes) from start of event.
TvTEventParticipationTime = 60
# Event running time, in minutes
TvTEventRunningTime = 20
# TvT Event NPC Details
TvTEventParticipationNpcId = 70010
TvTEventParticipationNpcCoordinates = 83425,148585,-3406
# Minimum amount of players allowed in each team
TvTEventMinPlayersInTeams = 1
TvTEventMaxPlayersInTeams = 20
# Level rules
TvTEventMinPlayerLevel = 1
TvTEventMaxPlayerLevel = 80
# Teleport delay Timers (in seconds)
TvTEventRespawnTeleportDelay = 10
TvTEventStartLeaveTeleportDelay = 10
# First Team Details (name, start and death x,y,z tp point)
TvTEventTeam1Name = Team1
TvTEventTeam1Coordinates = 148695,46725,-3414
# Second Team Details (name, start and death x,y,z tp point)
TvTEventTeam2Name = Team2
TvTEventTeam2Coordinates = 149999,46728,-3414
# Reward for winning team
# itemId,amount;itemId,amount;itemId,amount;...
# no ";" at the start or end
TvTEventReward = 57,100000;5575,1000
# TvTEvent Rules
TvTEventTargetTeamMembersAllowed = True
TvTEventScrollsAllowed = False
TvTEventPotionsAllowed = False
TvTEventSummonByItemAllowed = False
# Door id's to open/close on start/end
# ex.: 1;2;3;4;5;6
# no ";" at the start or end
TvTDoorsToOpen =
TvTDoorsToClose =
# Should teams be rewarded if the event ends in a tie, if so set this to true, if not set it to false.
TvTRewardTeamTie = False