EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Bugs (https://www.eqemulator.org/forums/forumdisplay.php?f=622)
-   -   Zoning East to West Freeport (https://www.eqemulator.org/forums/showthread.php?t=11416)

Strider2001 01-17-2004 02:09 PM

Zoning East to West Freeport
 
When zoning from East to West Freeport (and sometimes vice-versa) it puts you underneath freeport in the sewers (to my best estimation :\). Also you can not zone out of Akanon. It just leads to a dead end.

-Gabriel

Shawn319 01-17-2004 02:32 PM

Code:

UPDATE zone SET safe_z= -24 WHERE short_name='freportw';

REPLACE INTO zone_points (id,zone,number,x,y,z,target_x,target_y,target_z,target_heading,target_zone,heading,keep_x,keep_y,zoneinst) values(377,'freporte',9,-64,100,-24,-926,-84,-28,999,'freportw',0,0,0,0);
REPLACE INTO zone_points (id,zone,number,x,y,z,target_x,target_y,target_z,target_heading,target_zone,heading,keep_x,keep_y,zoneinst) values(378,'freporte',10,-360,448,-28,-622,-418,-28,999,'freportw',0,0,0,0);
REPLACE INTO zone_points (id,zone,number,x,y,z,target_x,target_y,target_z,target_heading,target_zone,heading,keep_x,keep_y,zoneinst) values(380,'freporte',53,344,-155,-94,-1632,-740,-94,999,'freportw',0,0,0,0);
REPLACE INTO zone_points (id,zone,number,x,y,z,target_x,target_y,target_z,target_heading,target_zone,heading,keep_x,keep_y,zoneinst) values(385,'freportw',9,-926,-84,-28,-64,100,-24,999,'freporte',0,0,0,0);
REPLACE INTO zone_points (id,zone,number,x,y,z,target_x,target_y,target_z,target_heading,target_zone,heading,keep_x,keep_y,zoneinst) values(386,'freportw',10,-622,-418,-28,-360,448,-28,999,'freporte',0,0,0,0);
REPLACE INTO zone_points (id,zone,number,x,y,z,target_x,target_y,target_z,target_heading,target_zone,heading,keep_x,keep_y,zoneinst) values(390,'freportw',53,-1632,-740,-94,344,-155,-94,999,'freporte',0,0,0,0);


Strider2001 01-18-2004 07:27 AM

Sorry to be ignorant, but what do I do with that code?? Dunno if that info is posted in the "readme first" links cause I can't access those pages.

mattmeck 01-18-2004 07:36 AM

there SQL commands, to fix the LOC where you go when you zone in.......

Muuss 01-18-2004 08:59 PM

Save it to a file, like patch.sql then source it into mysql like you did earlier with db.sql or the database you're using.


All times are GMT -4. The time now is 10:20 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.