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

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-16-2008, 10:38 AM
Producer
Fire Beetle
 
Join Date: Aug 2007
Location: East Coast
Posts: 19
Question Quick Question :on a error:

where is this and can i delete it ? out

[05.14. - 14:21:30] Starting Log: logs/eqemu_error_zone_4080.log
[05.14. - 14:21:30] Error in LoadSwarmSpells query 'SELECT spell_id,count,npc_id,duration FROM aa_swarmpets': #1146: Table 'peq.aa_swarmpets' doesn't exist


where can I find that mother fucker and delete it ////\\\\
Reply With Quote
  #2  
Old 05-16-2008, 12:22 PM
Theeper
Discordant
 
Join Date: May 2004
Posts: 290
Default

You need to add in the aa_swarmpets table with this (I believe it's current) ..

Code:
CREATE TABLE `aa_swarmpets` (
  `spell_id` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
  `count` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
  `npc_id` int(11) NOT NULL DEFAULT '0',
  `duration` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
  PRIMARY KEY  (`spell_id`)
) TYPE=MyISAM;
Also, you should post support questions in the support sections. That's why it says Do not post support topics here.
Reply With Quote
  #3  
Old 05-16-2008, 03:15 PM
Producer
Fire Beetle
 
Join Date: Aug 2007
Location: East Coast
Posts: 19
Question Support

I would but ...

It says i dont have rights to be able too


and where do I put this thing you just showed me
Reply With Quote
  #4  
Old 05-16-2008, 04:19 PM
Theeper
Discordant
 
Join Date: May 2004
Posts: 290
Default

You need to run that SQL against your DB with whatever tool you use. You can use Navicat, PHPMyAdmin, command prompt or whatever method you choose.
Reply With Quote
  #5  
Old 05-16-2008, 05:37 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

aa_swarmpets isn't used anymore, its function has been merged into the standard pets and npc_types tables. If you're getting an error complaining that it is missing, than you are using an old version of EQEmu with a current database.
Reply With Quote
Reply


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 06:51 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3