Automated Tvt
Сборка:Interlude,L2jTeon Rev.507
Краткое изложение СУТИ проблемы: Как установить ТВТ как авто евент?
вот конфиг
# TVT Event Engine #
# ------------------------------------------------------------- #
# 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 = False
# 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 = False
# give price with 0 kills
TvtPriceNoKills = False
# players with cursed weapon are allowed to join ?
TvtJoinWithCursedWeapon=True
Вопрос: в чем причина и как исправить?
Как я понял по конфигам (у самого teon но до TVT не дошел) часть исходников взято с L2Jfree IT а там автоматом и не пахло =)) Мож просто не нашел. Все делается в БД (настраивается координаты и выдача призов).
Выход брать исходники у L2JFree Gracia и обьеденять, там вроде уже встроена автоматом TVT
ЫЧ
вот tvt.sql
-- Table structure for table `tvt`
-- Created by SqueezeD from l2jfree
-- --------------------------------
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'
) DEFAULT CHARSET=utf8;
это я знаю.Мне нужно, чтобы установить ее на автоматизированный
мне сказали чтобы я сделал етого с scripts/cron но не понял как....
p.s Извините за мой плохой русский
евент включаится когда я его включу. а я хочу чтобы он включалса сам!
как на la2base 1.1.7
p.s Извините за мой плохой русский
Сделал Auto TVT для Teon (точнее выдрал с L2JServer IT) сейчас на стадии теста если надо могу выложить ядро, исходники и html =)))
P.S. Сорри что так дого
ЫЧ
Вот под L2jFree ___dump.ru/file/4239033 Авто TVT
мб пригодиться
ZzMafikzZ: Вот под L2jFree ___dump.ru/file/4239033 Авто TVT
мб пригодиться
Для интерлюда это подойдёт?


