Log in

View Full Version : are you a door master?


wize_one
02-01-2004, 04:35 PM
ok trying a simple(so i thought) fix for getting out of akanon to steamfont. have put
INSERT INTO `doors` VALUES (9999,-100,'Akanon','AKADOOR',-61.72,49.8,3.75,0,58,0,0,0,0,0,0,0,'steamfont',0,0 ,0,0);
into the database but i dont see a door there. have rebooted like 3 times
from reading the forums it says doorid setting should be between -126 and 126(or 7)..

stareing at that loc and it doesnt zone nothing to click no floating bag..nothing..8(

Scorpious2k
02-02-2004, 12:51 AM
Door id's have to be 1 - 255 now. A change that occurred with 5.x.

Doors can be very frustrating can't they?

wize_one
02-02-2004, 04:50 AM
oh fun..hehe 8( guess theres another part of the DB i get to work with.. thanks for the reply scorp.

wize_one
02-02-2004, 12:31 PM
ok tried to set the doorid to 200 and still no luck getting a door to show..8(

Windcatcher
02-02-2004, 01:21 PM
Make sure the object name is correct. I see you have "AKADOOR" there. I don't know what's in the zone already, but the name MUST match the names of objects in the akanon_obj.wld file...

WC

wize_one
02-02-2004, 01:26 PM
used what was currently in the door table..just added new entry and gave locs of where it should be.

wize_one
02-02-2004, 03:19 PM
>> WARNING <<


>> WARNING <<


this is a bastard fix, should it have been a real fix there would be more spam!.. (source into doors, and reboot world).....

INSERT INTO `doors` VALUES (9999,200,'Akanon','AKADOOR',56.47,-72.22,3.75,0,58,0,0,0,0,0,0,0,'Steamfont',0,0,0,99 9);


for some reason dest_x, dest_y, dest_z is not being read.


to get a good dest loc(if useing mw_052_053_alpha2 or the new release need to replace entry 350 in zone_points with,

INSERT INTO `zone_points` VALUES (350,'akanon',255,55,-73,4.38,0,'steamfont',-2052.35,540.89,-105,999,0,0,0);
.