21-08-2010, 11:24 AM
|
#1 (permalink)
|
|
Membro - Subtenente
Registrado em: Mar 2010
Localização: Rodonópolis
Posts: 43
Agradecido 7 Vezes em 4 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
Drop and TvT
@Drop:
Queria que alguém me informasse aquele código sql para executar no mysql que delete todos os drops exceto a adena, mais ou menos assim..
Citação:
|
DELETE FROM droplist WHERE ??
|
@TvT
Uso JMack da SaraxD e meu TvT não está funcionando, ele só funciona na hora designada ?
Citação:
#---------------------------------------------------------------
# Team vs. Team Event Engine (by FBIagent) -
#---------------------------------------------------------------
# IF You Want To Set It Up Go In-Game And Simply Press
# //tvt
# enable TvTEvent
TvTEventEnabled = True
# Time Between TvT events (in minutes, 5 = 5 hours)
TvTEventInterval = 300
# Registration timer (in minutes) from start of event.
TvTEventParticipationTime = 60
# Event running time, in minutes
TvTEventRunningTime = 20
# TvT Event NPC Details (create a custom npc of type L2TvTEventNpc)
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
TvTEventPotionsAllowed = False
TvTEventSummonByItemAllowed = False
# Door id's to close/open on start/end
# ex.: 1;2;3;4;5;6
# no ";" at the start or end
TvTEventDoorsCloseOpenOnStartEnd =
|
|
|
|