View Single Post
  #10  
Old 10-17-2004, 02:57 AM
zephyr325
Hill Giant
 
Join Date: Sep 2004
Posts: 117
Default

Quote:
Originally Posted by Edgar1898
could you run this sql query and paste the resullts:

desc altadv_vars;
Here's mine:

mysql> desc altadv_vars;
+------------------+---------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------------+---------------------+------+-----+---------+-------+
| skill_id | int(11) | | PRI | 0 | |
| name | varchar(12 | YES | | NULL | |
| cost | int(11) | YES | | NULL | |
| max_level | int(11) | YES | | NULL | |
| hotkey_sid | int(10) unsigned | | | 0 | |
| hotkey_sid2 | int(10) unsigned | | | 0 | |
| title_sid |int(10) unsigned | | | 0 | |
| desc_sid | int(10) unsigned | | | 0 | |
| type | tinyint(3) unsigned | | | 1 | |
| spellid | int(10) unsigned | | | 0 | |
| prereq_skill | int(10) unsigned | | | 0 | |
| prereq_minpoints | int(10) unsigned | | | 0 | |
| spell_type | int(10) unsigned | | | 0 | |
| spell_refresh | int(10) unsigned | | | 0 | |
| classes | int(10) unsigned | | | 65534 | |
| berserker | int(10) unsigned | | | 0 | |
+------------------+---------------------+------+-----+---------+-------+
16 rows in set (0.00 sec)

Also, as another test, I patched fully to live, can log into the "regular" everquest, but I can't get into any 6.0DR1 server.
Reply With Quote