Quote:
Originally Posted by Noport
Here is some steps you might want to try out!
Check the Titanium Client for a file called sro.zon
If you see that file copy it over to other client
C:\Program Files\Sony\Everquest
Check all x,y,z locations
The Newer Map 1,132 KB
The Older Map 526 KB Back in 2004
Both sro.wtr 62 KB
If all else fails try this below
Here is another thing you might try for grins since that
is a newer map remove the file called sro.wtr copy move
to a safe place just incase you need too copy back.
Sorry can not run a full test on this problem
I'm using Navicat to export database files
Everytime i used mysql server to extract the database files
server gave errors at start up about the missing files strange.
The error's i'm having after sourcing peq database using 1751 DB
missing Files
Group_leaders doesn't exist
Riad_members doesn't exist
Adventure_stats doesn't exist
error in Adventuremanger
Thank You for helping the community with your step by step Instructions.
A little more reading and studying i'll solve the problem.
|
Thank You, I have been trying out a variety of solutions, removing, adding
files, etc. But I'll try the .wtr file and see what happens.
As far as your problem with sourcing the DB, I don't use Navicat to source
or dump any bigger sql files anymore. To source the 1751 in I use these
steps from a cmd prompt, (win vista): Type the following:
mysql -uroot -ppassword (replace the word "password" with your own)
then you get this prompt: mysql>
Then type
use peqThen type source peqdb_rev1751.sql (this file should be where you are with
the command prompt. If you have that file in C:\peqdb then when you first
open the command prompt, type
cd \peqdbBut after the source is done, (still at mysql> prompt)
type
source load_player.sqland if you compiled for bots then type source
load_bots.sql
Also in your source folder in /trunk/EQEmuServer/utils/sql/svn
there is all the sql updates to source in (use navicat)
all the updates with numbers higher than 1667