heres what i get when i do what you sayd trump
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 13 to server version: 3.23.55-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use eq;
Database changed
mysql> describe npc_types;
+-------------------+----------------------+------+-----+---------+-------------
---+
| Field | Type | Null | Key | Default | Extra
|
+-------------------+----------------------+------+-----+---------+-------------
---+
| id | int(11) | | PRI | NULL | auto_increme
nt |
| name | text | | | |
|
| level | tinyint(2) unsigned | | | 0 |
|
| race | smallint(5) unsigned | | | 0 |
|
| class | tinyint(2) unsigned | | | 0 |
|
| bodytype | int(11) | YES | | NULL |
|
| hp | int(11) | | | 0 |
|
| gender | tinyint(2) unsigned | | | 0 |
|
| texture | tinyint(2) unsigned | | | 0 |
|
| helmtexture | tinyint(2) unsigned | | | 0 |
|
| size | float | | | 0 |
|
| hp_regen_rate | int(11) unsigned | | | 0 |
|
| mana_regen_rate | int(11) unsigned | | | 0 |
|
| loottable_id | int(11) unsigned | | | 0 |
|
| merchant_id | int(11) unsigned | | | 0 |
|
| mindmg | int(10) unsigned | | | 0 |
|
| maxdmg | int(10) unsigned | | | 0 |
|
| usedspells | varchar(70) | | | |
|
| npcspecialattks | varchar(5) | | | |
|
| banish | int(10) unsigned | | | 0 |
|
| aggroradius | int(10) unsigned | | | 0 |
|
| social | int(10) unsigned | | | 0 |
|
| face | int(10) unsigned | | | 1 |
|
| luclin_hairstyle | int(10) unsigned | | | 1 |
|
| luclin_haircolor | int(10) unsigned | | | 1 |
|
| luclin_eyecolor | int(10) unsigned | | | 1 |
|
| luclin_beardcolor | int(10) unsigned | | | 1 |
|
| fixedz | tinyint(2) unsigned | | | 0 |
|
| d_meele_texture1 | int(10) unsigned | | | 0 |
|
| d_meele_texture2 | int(10) unsigned | | | 0 |
|
| walkspeed | float | | | 0 |
|
| runspeed | float | | | 0 |
|
+-------------------+----------------------+------+-----+---------+-------------
---+
32 rows in set (0.07 sec)
mysql>
im not the best at this so i dont rely have the best idea on what this means but i dont think its right.
|