...
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
int(10) | unsigned |
| NO | NULL |
|
| |
bigint(10) | unsigned |
| NO | 0 |
|
| |
varchar(128) | signed |
| NO | NULL |
|
| |
tinyiny(1) | signed |
| NO | 0 |
|
|
Panel |
---|
Description of the fields |
map
The map ID of the instance. See Maps.dbc
parent
If the instance is a subinstance of another instance, this field has the parent instance's map ID.
script
The name of the instance script that the instance will use and apply (if any).
allowMount
0 = you can enter on mount and will not get dismounted on enter
...