101 rows in this table. Schema below.
Name | Type | Null | Key | Default |
---|---|---|---|---|
id | mediumint(8) unsigned | NO | PRI | 0 |
name | text | YES | NULL | |
required_level | tinyint(3) unsigned | NO | 0 | |
required_item | mediumint(8) unsigned | NO | 0 | |
required_item2 | mediumint(8) unsigned | NO | 0 | |
required_quest_done | int(11) unsigned | NO | 0 | |
target_map | smallint(5) unsigned | NO | 0 | |
target_position_x | float | NO | 0 | |
target_position_y | float | NO | 0 | |
target_position_z | float | NO | 0 | |
target_orientation | float | NO | 0 |