Code:
-- DB data for the zones in the OpenZone zonepack
-- Add the thirdparty field to differentiate zones that require ZoneProxy
alter table zone add thirdparty int(2) unsigned default '0';
--
-- Dumping data for table 'zone'
--
-- There are safe point coordinates here as well. You should also do a #zsafecoords command ingame to set them
-- in the .CFG file as well, then do a #zsave to save them to disk.
INSERT INTO zone VALUES ('windszone',NULL,'Windcatcher\'s Zone',6000,0,0,0,0,800,0,0,1,1);
INSERT INTO zone VALUES ('zone1',NULL,'Peshara Highlands',0,6000,0,0,0,801,0,0,1,1);
INSERT INTO zone VALUES ('gurcanyons',NULL,'Canyons of Gur',-1665,-7143,-237,0,0,804,0,0,1,1);
INSERT INTO zone VALUES ('veldona',NULL,'Veldona',-7528,5929,61,0,0,805,0,0,1,1);
--
-- Dumping data for table 'zone_points'
--
INSERT INTO zone_points VALUES (977,'windszone',1,-2161.62,5053.1,55.098,0,'zone1',7784.2,-1564.1,8.19,999,0,0,0);
INSERT INTO zone_points VALUES (978,'zone1',1,7784.2,-1564.1,8.19,0,'windszone',-2161.62,5053.1,55.098,999,0,0,0);
INSERT INTO zone_points VALUES (980,'gurcanyons',1,-7143.58,-1665.28,-237.294,0,'zone1',4393.12,2776.17,23.312,999,0,0,0);
INSERT INTO zone_points VALUES (979,'zone1',2,4393.12,2776.17,23.312,0,'gurcanyons',-7143.58,-1665.28,-237.294,999,0,0,0);
INSERT INTO zone_points VALUES (981,'gurcanyons',2,-5486,1670,162,0,'veldona',5768,-7630,63,999,0,0,0);
INSERT INTO zone_points VALUES (982,'veldona',1,5768,-7630,63,0,'gurcanyons',-5486,1634,163,999,0,0,0);
--
-- Dumping data for table 'doors'
--
-- To get to WindsZone, you can for example change an existing PoK book to take you there. For example
-- this is the PoK book outside Felwithe (note the last five fields)
-- INSERT INTO doors VALUES (4968,-78,'Gfaydark','POKTELE500',-2260.51,-1820.6,-1.68313,17,58,0,0,0,0,0,0,0,'windszone',4895.1,552,40.6,1024);
-- This is the PoK book in WindsZone that takes you back to the gfay PoD lift
INSERT INTO doors VALUES (5677,1,'windszone','POKTELE500',-188.1,6423.4,26,384,58,0,0,0,0,0,0,0,'gfaydark',185,150,10,512);