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 02-27-2005, 03:37 PM
Skylark13
Fire Beetle
 
Join Date: Feb 2005
Posts: 9
Default Todo list for getting an interesting database

Hi everyone,

I got my EQEmu 0.6.0-DR2 server running, with the "Semi-complete fresh" database as stated here : http://www.eqemulator.net/databases_v6.php

Now, there's a few things I know are not complete in this database, but I'd appreciate if someone could just basically tell me if I'm missing things (I'm sure I am) and if possible, what I need to do to fix them. Basically, all this info is scattered on the forums, and I'd like to gather it here so it's easily accessible for people like me who just got into this crazy Everquest Emulator world...

Things I know or suspect have to be added or changed in the database :

  • Some doors are duplicated. They open, and there's another solid door behind which doesn't open. To fix this, run the following:
    Code:
    DELETE doors 
      FROM doors d1, doors d2 
     WHERE d1.id != d2.id 
       AND d1.doorid = d2.doorid 
       AND d1.zone = d2.zone;
  • Some guards not helping the player, in particular in Greater Faydark. This seemed to be caused by three things :
    • Some guards have no entries in the npc_faction_entries table. A complete list would be hard to compile, but I'll try and get one.
    • The 0.6.0-DR2 build has a bug dealing with factions which is fixed in the current source in CVS. We'll see when that build can be made public in compiled form.
    • Your installation needs the .map files installed in a subdirectory called Maps so the guards will have line of sight to the mobs.

  • Anything else?

Any additions people can make to this list will be added in an edit to my post. Thanks in advance.

Last edited by Skylark13; 03-03-2005 at 12:00 PM..
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 03:50 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3