Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #7  
Old 12-02-2004, 08:26 AM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default

Quote:
Originally Posted by calranthe
Error loading NPCs from database. Bad query.
(many many of this line)
Error loading NPCs from database. Bad query.
That is probably happening because the server is having trouble reading from your npc_types table. If I remember correctly, it should not stop you from zoning in. Someone should probably add code to take out some redundant messages, al la syslog ("last message repeated 5 times").

For your testing purposes, this should be the query that the eqemu server is running on your DB that causes this error:
Code:
SELECT npc_types.id,npc_types.name,npc_types.level,
  npc_types.race,npc_types.class,npc_types.hp,
  npc_types.gender,npc_types.texture,npc_types.helmtexture,
  npc_types.size,npc_types.loottable_id,
  npc_types.merchant_id,npc_types.banish,npc_types.mindmg,
  npc_types.maxdmg,npc_types.npcspecialattks,
  npc_types.npc_spells_id,npc_types.d_meele_texture1,
  npc_types.d_meele_texture2,npc_types.walkspeed,
  npc_types.runspeed,npc_types.fixedz,
  npc_types.hp_regen_rate,npc_types.mana_regen_rate,
  npc_types.aggroradius,npc_types.bodytype,
  npc_types.npc_faction_id,npc_types.face,
  npc_types.see_invis,npc_types.see_invis_undead,
  npc_types.lastname,npc_types.qglobal,npc_types.AC,npc_types.npc_aggro
FROM npc_types,spawn2 WHERE spawn2.zone='innothule'
AND npc_types.id=spawn2.id
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 11:37 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