---------- Post added at 06:14 AM ---------- Previous post was at 06:12 AM ----------
Unless the a31 region.clt was one of the files that was initially corrupt... I can guarantee that it's not on my end (my "source") -- and should not be in my latest upload...
---------- Post added at 06:14 AM ---------- Previous post was at 06:12 AM ----------
Unless the a31 region.clt was one of the files that was initially corrupt... I can guarantee that it's not on my end (my "source") -- and should not be in my latest upload...
Downloading the new packages as we speak.
20-04-11
88supra86
Re: ¤ The Complete PW Package ¤
hey 343 i cant seem to download client2 can you confirm anyone else having this problem or is it just my side screwing up
21-04-11
fluxbox
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by 88supra86
hey 343 i cant seem to download client2 can you confirm anyone else having this problem or is it just my side screwing up
I have downloaded all the packages in the past 12 hours. No problem with the links.
21-04-11
das7002
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by 88supra86
hey 343 i cant seem to download client2 can you confirm anyone else having this problem or is it just my side screwing up
So have I, it's just you
Spoiler:
Quote:
Originally Posted by das7002
Finished dl a while ago, confirming all downloads were a success
I had a problem this morning and last night downloading but I think it was either a network issue on my end or at mega. I put the remaining 2 files that I had the problems with in the mega download program and they finished when i got home. Cant wait to throw this in a vm for testing :)
21-04-11
hi im zeus
Re: ¤ The Complete PW Package ¤
I have a problem with I try to import the sql from my other install to the new one. It keeps the account but not the chars. When I go to sync it just delete the roles table, any ideas what I can do to fix?
21-04-11
fluxbox
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by hi im zeus
I have a problem with I try to import the sql from my other install to the new one. It keeps the account but not the chars. When I go to sync it just delete the roles table, any ideas what I can do to fix?
There are 2 databases that you need to backup. One is the account database (MySQL) and the game database (Berkeley DB). The account keeps the usernames and passwords while the game database stores the characters, inventory, guild, names etc. Explore the directory called gamedbd and look for the dbf.
21-04-11
hi im zeus
Re: ¤ The Complete PW Package ¤
Okay, well the MySQL one was the easy one, now just trying to get the game database one. Atm I'm doing the backup in pwadmin and hope I can find the second database your talking about. Once I get it how do I import the new game one?
Edit--
So I tried just copying the whole gamedbd folder over and that didn't work lol. What is the proper way? (kind of a nub sorry)
[storage]
homedir = /PWServer/gamedbd/dbhomewdb
datadir = dbdata
logdir = dblogs
backupdir = /PWServer/gamedbd/dbhomewdb/backup
cachesize = 16777216
errpfx = Storage
checkpoint_interval = 60
backup_lockfile = /tmp/.lockgamedbd
quit_lockfile = /tmp/.quitgamedbd
compress = 1
I don't exactly see how to make a backup file from that unless its the /tmp/.lockgamedb
21-04-11
fluxbox
Re: ¤ The Complete PW Package ¤
The info you only need is the homedir part, that's where it stores the game database.
21-04-11
hi im zeus
Re: ¤ The Complete PW Package ¤
I copied all those files and put them in new server but the chars still go away. Am I doing it wrong or something?
21-04-11
tbnanubis
Re: ¤ The Complete PW Package ¤
check the access rights, the user the gamedb is started with needs access rights to the files you copied in. additionally its always a good choice to run the dbrebuild script after copying new databases, so timestamp issues will get fixed etc.
if you are in doubt with file access do a "ls -l" on the console and check the access rights, compare before and after you copied files in (take original release as base) and use chown and chmod to adjust the rights on the new files.