Log in

View Full Version : EQEMu 0.4.1 Doors


DeletedUser
12-22-2002, 07:53 PM
Doors are updated in 0.4.1 (Thanks for Daeken for the new door struct) fixes a few bugs and allows gfaydark lifts to function (win32 only atm) the following columns need to be added to your db:

alter table doors add column doorisopen smallint(4) NOT NULL default '0';
alter table doors add column liftheight int(4) NOT NULL default '0';

then www.dmicale.com/newdoors.sql for the new doors.

Edgar1898
12-23-2002, 04:14 AM
Unfortunately your link doesnt appear to work, so I cant get the new doors db. I then removed all the doors from the db so that the emu didnt crash when someone entered a zone, however im still getting assertion failures in relation to the door spawn code, will the new doors db fix the assertion errors also?

DeletedUser
12-23-2002, 04:29 AM
Fixed the link

KSHAR
01-02-2003, 03:19 PM
I made the necessary changes within the database but the lifts in Kelethin still do not work (as well as no doors). Am I missing something? I am new the the EMU so that may very well be the case. I am using the 0.4.0.1 EMU as well as the 3.13DB and Addon. :shock:

KSHAR
01-02-2003, 03:23 PM
Well are these changes for the actual 0.4.1 version or the 0.4.0.1 version listed in the files section? If for the 0.4.1 version then this could be my problem. :?

DeletedUser
01-02-2003, 03:27 PM
0.4.1

KSHAR
01-02-2003, 03:31 PM
Well. That would explain a lot. Man I thought I was going crazy ( I may still be :D ). Is there a link to the 0.4.1 version anywhere or is it only available via csv from the developers?

Trumpcard
01-02-2003, 03:42 PM
Its available on CVS to anyone that wants to get it.. Just download WinCVS and follow the instructions on sourceforge for anonymous access.