Log in

View Full Version : 0.5.x DB needed


cole89103
05-05-2008, 07:40 AM
I am hunting for a 0.5.x spawned db for a private server, my reason for wanting this is simple i wish to use my own private loginserver (non-minilogin) and that is the only one i have in which i have a client that connects as well as the emu server so i need 0.5.3 or so. This is not to "break away" from the emu community this is because due to recent happenings i am less then comfortable having my server on the main loginserver that someone could take down if they decide to up and quit call me paranoid but i dont like having all my eggs in one basket.

Please only post viable, respectfull, tactfull replies that are good suggestions to a solution for this problem i have.

Angelox
05-05-2008, 07:54 AM
Did you look in the EqMu SourceForge downloads? I think I saw older versions posted there.

cole89103
05-05-2008, 08:16 AM
only db that is available is a completely empty db with only the table structure but thanks was a good idea lol

BatCountry
05-05-2008, 07:31 PM
It would be quite a bit of work, but you could simply import the, say, kunark peq db and then manually drop the columns which don't exist in the empty 0.5.x db you've acquired.


alter table TABLE_NAME drop COLUMN_1, drop COLUMN_2... , drop COLUMN_X;


...for every extra column.

cole89103
05-05-2008, 07:49 PM
yeah that was my thinking initially as well but its a TON of work more importantly the zone table is completely different as is the entire zone configuration system