Conditions: различия между версиями
Перейти к навигации
Перейти к поиску
User1 (обсуждение | вклад) Нет описания правки Метка: visualeditor |
User1 (обсуждение | вклад) Нет описания правки Метка: visualeditor |
||
| Строка 4: | Строка 4: | ||
<strong>Structure</strong> | <strong>Structure</strong> | ||
{| class="confluenceTable" | {| class="confluenceTable" | ||
!<strong>Field</strong> | |||
!<strong>Type</strong> | |||
!<strong>Attributes</strong> | |||
!<strong>Key</strong> | |||
!<strong>Null</strong> | |||
!<strong>Default</strong> | |||
!<strong>Extra</strong> | |||
!<strong>Comment</strong> | |||
|- | |- | ||
|SourceTypeOrReferenceId | |SourceTypeOrReferenceId | ||
| Строка 40: | Строка 40: | ||
| | | | ||
|- | |- | ||
|SourceId | |||
|mediumint(8) | |mediumint(8) | ||
|unsigned | |unsigned | ||
| Строка 67: | Строка 67: | ||
| | | | ||
|- | |- | ||
|ConditionTarget | |||
|tinyint(3) | |tinyint(3) | ||
|unsigned | |unsigned | ||
Версия от 12:12, 18 ноября 2015
The `conditions` table This table allows you to define conditions for various systems - Gossip, loot etc.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| SourceTypeOrReferenceId | mediumint(8) | signed | PRI | NO | 0 | ||
| SourceGroup | mediumint(8) | unsigned | PRI | NO | 0 | ||
| SourceEntry | mediumint(8) | signed | PRI | NO | 0 | ||
| SourceId | mediumint(8) | unsigned | PRI | NO | 0 | ||
| ElseGroup | mediumint(8) | unsigned | PRI | NO | 0 | ||
| ConditionTypeOrReference | mediumint(8) | signed | PRI | NO | 0 | ||
| ConditionTarget | tinyint(3) | unsigned | NO | 0 | |||
| ConditionValue1 | mediumint(8) | unsigned | PRI | NO | 0 | ||
| ConditionValue2 | mediumint(8) | unsigned | PRI | NO | 0 | ||
| ConditionValue3 | mediumint(8) | unsigned | PRI | NO | 0 | ||
| NegativeCondition | tinyint(3) | unsigned | NO | 0 | |||
| ErrorType | mediumint(8) | unsigned | NO | 0 | |||
| ErrorTextId | mediumint(8) | unsigned | NO | 0 | |||
| ScriptName | char(64) | signed | NO | " | |||
| Comment | varchar(255) | NO |