Difference between revisions of "Creature ai summons SF"
From Project Skyfire
(Created page with "{| align="right" | __TOC__ |} Category: SkyFireDB World database tables {{Back-to:World}} <big>'''The `creature_ai_summons` table'''</big> {{table-no-description}} <b...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
− | [[Category: | + | [[Category:SkyFire_World_database_tables]] |
{{Back-to:World}} | {{Back-to:World}} | ||
Line 102: | Line 102: | ||
====comment==== | ====comment==== | ||
{{field-no-description|7}} | {{field-no-description|7}} | ||
+ | [[Category:SkyFire_World_database_tables]] |
Latest revision as of 04:20, 8 March 2012
Back to world database list of tables.
The `creature_ai_summons` table
This table has no description. You can help SFDB wiki by clicking here to describe this table, if you have permissions.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
id | int(11) | unsigned | PRI | NO | NULL | Auto Increment | Location Identifier |
position_x | float | signed | NO | 0 | |||
position_y | float | signed | NO | 0 | |||
position_z | float | signed | NO | 0 | |||
orientation | float | signed | NO | 0 | |||
spawntimesecs | int(11) | unsigned | NO | 120 | |||
comment | varchar(255) | signed | NO | NULL | Summon Comment |
Description of the fields
id[edit]
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.
position_x[edit]
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.
position_y[edit]
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.
position_z[edit]
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.
orientation[edit]
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.
spawntimesecs[edit]
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.
comment[edit]
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.