To locate where the character data is stored, open the following file on your old server:
"/PWServer/gamedbd/gamesys.conf"
Search for the Blocks:
Code:
[storage]
homedir = dbf/dbhome
datadir = dbdata
logdir = dblogs
backupdir = dbf/backup
...
and
Code:
[storagewdb]
homedir = dbf/dbhomewdb
datadir = dbdata
logdir = dblogs
backupdir = dbf/backup
...
In the first lines you can see some entries for directories, set to ".../dbf/..."
The dbf directory is the servers database where the character data is stored. Now you know where the dbf is located, simply replace the dbf in your new server with the dbf from your old sever
To change the location of dbf, modify the paths in gamesys.conf, as you can see in my conf the path is relative to gamedbd directory, so database is directly stored in "/.../PWServer/gamedbd/dbf/"
If you're sick of the server storing its data & configs elsewhere you can take a look in my server backup, it stores as many data as possible in the PWServer dierectoy
---------- Post added at 10:53 AM ---------- Previous post was at 10:46 AM ----------
It would be nice if you rename the thread to "how to export character database to new server" or something like that, this makes it easier for people with the same problem to find it