Показать сообщение отдельно
Старый 18.05.2012, 10:52   #1
SignFinder
Helper TC_YTDВ
 
Аватар для SignFinder
 
Регистрация: 26.04.2010
Сообщений: 125
Сказал(а) спасибо: 32
Поблагодарили 42 раз(а) в 26 сообщениях
SignFinder Скоро придёт к известности
По умолчанию [621] ошибки в conditions

при старте TC появляются такие ошибки
Код:
2012-05-18 10:26:58 SourceEntry 66665 SourceGroup 1 in `condition` table - spell 66665 does not have implicit targets of types: _AREA_, _CONE_, _NEARBY_ for effect 0, SourceGroup needs correction, ignoring.
2012-05-18 10:26:58 SourceEntry 66665 SourceGroup 1 in `condition` table - spell 66665 does not have implicit targets of types: _AREA_, _CONE_, _NEARBY_ for effect 0, SourceGroup needs correction, ignoring.
2012-05-18 10:26:58 SourceEntry 66665 SourceGroup 1 in `condition` table - spell 66665 does not have implicit targets of types: _AREA_, _CONE_, _NEARBY_ for effect 0, SourceGroup needs correction, ignoring.
посмотрел что творится в кондишнах.
В TDB
Код:
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(13, 1, 66665, 0, 0, 31, 0, 3, 35013, 0, 0, 0, '', 'Koralon Burning Breath');
в YTDB
Код:
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(13, 1, 66665, 0, 1, 31, 0, 3, 35015, 0, 0, 0, '', NULL),
(13, 1, 66665, 0, 0, 31, 0, 3, 35013, 0, 0, 0, '', 'Koralon Burning Breath'),
(13, 1, 66665, 0, 0, 31, 0, 3, 35015, 0, 0, 0, '', NULL);
я так понимаю conditions криво отконвертились.

да но в TDB ругань все равно идет
Цитата:
2012-05-18 12:15:01 SourceEntry 66665 SourceGroup 1 in `condition` table - spell 66665 does not have implicit targets of types: _AREA_, _CONE_, _NEARBY_ for effect 0, SourceGroup needs correction, ignoring.
буду пока думать дальше.
запутался. в спеллворк для спела 66665 показываает только наличие effect_0 - значит SourceGroup судя по wiki должна быть 1

Последний раз редактировалось SignFinder; 18.05.2012 в 12:20.
SignFinder вне форума