Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-15-2004, 02:10 PM
zephyr325
Hill Giant
 
Join Date: Sep 2004
Posts: 117
Default Winter's Roar sql statements

I've got two questions/errors I'm running into in the Winter's Roar sql update.

First, in the defintion of the aa_actions table, it looks like there are 10 columns:

CREATE TABLE aa_actions (
aaid mediumint unsigned not null,
rank tinyint unsigned not null,
reuse_time mediumint unsigned not null,
spell_id mediumint unsigned not null,
target tinyint unsigned not null,
nonspell_action tinyint unsigned not null,
nonspell_mana mediumint unsigned not null,
nonspell_duration mediumint unsigned not null,
redux_aa mediumint unsigned not null,
redux_rate tinyint not null,

PRIMARY KEY(aaid, rank)
);

Yet there are 11 columns in the Insert commands:

INSERT INTO `aa_actions` VALUES (35,0,4320,0,0,1,1,0,0,264,10);


Problem #2:

When I try to import these lines for the forage table:
INSERT INTO forage (zoneid,Itemid,level,chance) VALUES(291, 63833, 0, 100);

I get the following error:

ERROR 1054: Unknown column 'chance' in 'field list'

Any thoughts here?

Thanks...
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 07:19 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3