Ir para conteúdo
  • Cadastre-se
  • 0

TVT NÃO ATIVA


rhufeinig

Pergunta

TEM ALGO MAIS A FAZER ? PARA QUE UM TVT ATIVA ?

 

 

#============================================================#
# Event Manager #
#============================================================#
# Enable auto events and start time.

# TvT auto start
# Example TVTStartTime=20:00;21:00;22:00;
TVTEventEnabled = True
TVTStartTime = 00:00;02:00;04:00;06:00;08:00;10:00;12:00;14:00;16:00;18:00;20:00;22:00;

Link para o comentário
Compartilhar em outros sites

13 respostass a esta questão

Posts recomendados


amigo você criou 2 tópico com a mesma duvida, vai acabar sendo adivertido aconselho pedir pra algum moderador fechar um deles, já respondi sua duvida no tópico anterior

Editado por oto12345

uputnIy.jpg

Não Tiro Duvidas Por Pm !! Se Ajudei Clique Em xBzrTCH.jpgaqui não burro no outro :D

Link para o comentário
Compartilhar em outros sites

INSERT INTO `custom_npc` VALUES ('70010', '31606', 'Catrina', '1', 'TvT Event Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'L2Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT');
INSERT INTO `custom_npc` VALUES ('70011', '31606', 'Catretta', '1', 'CTF Event Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'L2Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT');
INSERT INTO `custom_npc` VALUES ('70014', '31606', 'Catrieta', '1', 'DM Event Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'L2Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT');

 

Tenta colocar uma nova Sql

Link para o comentário
Compartilhar em outros sites

bem pelo outro tópico já esta certo que ele já tem criado , aconselho em quanto nenhum moderador fechar esse não responder duvidas por este tópico e sim pelo outro que ele abriu http://www.l2jbrasil.com/index.php?/topic/111128-tvt/

uputnIy.jpg

Não Tiro Duvidas Por Pm !! Se Ajudei Clique Em xBzrTCH.jpgaqui não burro no outro :D

Link para o comentário
Compartilhar em outros sites

aqui a sql do tvt so colocar no navicat

 

 

/*

Navicat MySQL Data Transfer
Source Server : localhost_3306
Source Server Version : 60003
Source Host : localhost:3306
Source Database : l2jdb
Target Server Type : MYSQL
Target Server Version : 60003
File Encoding : 65001
Date: 2015-03-27 20:32:03
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for tvt
-- ----------------------------
DROP TABLE IF EXISTS `tvt`;
CREATE TABLE `tvt` (
`eventName` varchar(255) NOT NULL DEFAULT '',
`eventDesc` varchar(255) NOT NULL DEFAULT '',
`joiningLocation` varchar(255) NOT NULL DEFAULT '',
`minlvl` int(4) NOT NULL DEFAULT '0',
`maxlvl` int(4) NOT NULL DEFAULT '0',
`npcId` int(8) NOT NULL DEFAULT '0',
`npcX` int(11) NOT NULL DEFAULT '0',
`npcY` int(11) NOT NULL DEFAULT '0',
`npcZ` int(11) NOT NULL DEFAULT '0',
`npcHeading` int(11) NOT NULL DEFAULT '0',
`rewardId` int(11) NOT NULL DEFAULT '0',
`rewardAmount` int(11) NOT NULL DEFAULT '0',
`teamsCount` int(4) NOT NULL DEFAULT '0',
`joinTime` int(11) NOT NULL DEFAULT '0',
`eventTime` int(11) NOT NULL DEFAULT '0',
`minPlayers` int(4) NOT NULL DEFAULT '0',
`maxPlayers` int(4) NOT NULL DEFAULT '0',
`delayForNextEvent` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of tvt
-- ----------------------------
INSERT INTO `tvt` VALUES ('TvT', 'Team vs Team', 'Giran Castle Town', '61', '81', '10', '82728', '148626', '-3472', '0', '9602', '1000', '2', '5', '10', '2', '100', '300000');

 

aonde esta em vermelho e o id da premiação e cotidade caso não pegue vá em gameserver\config\frozen\tvt.properties

e substitua por este aqui

 

 

#====================================#

# Team vs Team #
#====================================#
# TvT(Team vs Team) Event: Blue vs Red.
# 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 tzhe event and not direct to a team. Teams will be schuffeled in teleporting teams.
TvTEvenTeams = SHUFFLE
# players there not participated in tvt can target tvt participants?
TvTAllowInterference = False
# tvt participants can use potions?
TvTAllowPotions = True
# tvt participants can summon by item?
TvTAllowSummon = True
# 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 = True
# players with cursed weapon are allowed to join ?
TvTJoinWithCursedWeapon = False
# Enable voice command to register on tvt event
TvTCommand = True
# Delay on revive when dead, NOTE: 20000 equals to 20 seconds, minimum 1000 (1 second)
TvTReviveDelay = 10000
# Open Western Fortress doors on tvt finish
TvTOpenFortDoors = False
# Close Western Fortress doors on tvt start
TvTCloseFortDoors = False
# Open Aden Colosseum doors on tvt finish
TvTOpenAdenColosseumDoors = True
# Close Aden Colosseum doors on tvt start
TvTCloseAdenColosseumDoors = True
# TvT Top Killer reward id
TvTTopKillerRewardId = 3470
# TvT Top Killer reward quantity
TvTTopKillerRewardQty = 5
# Place an aura on participants team ?
TvTAura = True
# Enable event stats logger
TvTStatsLogger = False
Editado por oto12345

uputnIy.jpg

Não Tiro Duvidas Por Pm !! Se Ajudei Clique Em xBzrTCH.jpgaqui não burro no outro :D

Link para o comentário
Compartilhar em outros sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...
  • Registre-se

    Faça parte da maior e  mais antigas comunidades sobre Lineage2 da América Latina.





×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.