PDA

View Full Version : How do I unlock all the zones in the peq db?


mwmdragon
01-09-2005, 09:55 AM
Hey,

I remember seeing a post on unlocking the ability to zone to all zones in the PEQ Kunark Database. Right now when i try to #zone to "airplane" and other not classic/kunark zones it won't let me...

Any help would be great.

MWMDRAGON

mollymillions
01-10-2005, 04:40 AM
Source the zone.sql from CVS.

mwmdragon
01-10-2005, 06:10 AM
I'm not sure how to get that file.. I dled the source but ti had no SQL files in it.. Sorry.. I have no experience with SourceForge.

mollymillions
01-10-2005, 06:24 AM
It should be in %YourRoot%\CVS\EQEmuCVS\SQL-Files

mwmdragon
01-14-2005, 06:43 AM
ok, got it, sourced it. But when I try to zone to luclin it kicks back to windows saying it can't fins the luclin.something file. But that exact file is in the eq directory. I installed the trilogy and patched the shit out of it until it said i have all the expantions. but i can't seem to get to luclin zones. Haven't tried any others yet.. Just though I get some feedback before I break my working eq folder :)

gordonzero
01-14-2005, 06:52 AM
it should work i just checked with my db and the only thing that would do that would be the expantions veriable set to a low number ... but with the kunark PEQDB it's set to 255 which should alow it to work ... my problum is i want to be able to use the OOW zones ... i can't find them sence the old board system got nuked

mwmdragon
01-14-2005, 07:11 AM
code/

INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('wallofslaughter', 'Wall of Slaughter', '60', '500', '15', '300', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('bloodfields', 'The Bloodfields', '-1766', '2133', '-929', '301', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('draniksscar', 'Dranik\'s Scar', '-1491', '-1325', '224', '302', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('causeway', 'Nobles\' Causeway', '-53', '-2011', '316', '303', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chambersa', 'Muramite Proving Grounds', '0', '0', '0', '304', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chambersb', 'Muramite Proving Grounds', '0', '0', '0', '305', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chambersc', 'Muramite Proving Grounds', '0', '0', '0', '306', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chambersd', 'Muramite Proving Grounds', '0', '0', '0', '307', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chamberse', 'Muramite Proving Grounds', '0', '0', '0', '308', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chambersf', 'Muramite Proving Grounds', '0', '0', '0', '309', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('provinggrounds', 'Muramite Proving Grounds', '-158', '-5671', '-304', '316', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('anguish', 'Asylum of Anguish', '-11', '-2453', '-78', '317', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikhollowsa', 'Dranik\'s Hollows', '0', '0', '0', '318', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikhollowsb', 'Dranik\'s Hollows', '0', '-447', '-36', '319', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikhollowsc', 'Dranik\'s Hollows', '5', '-51', '-41', '320', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikcatacombsa', 'Catacombs of Dranik', '-14', '-9', '-8', '328', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikcatacombsb', 'Catacombs of Dranik', '-68', '-30', '-6', '329', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikcatacombsc', 'Catacombs of Dranik', '55', '-214', '0', '330', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('draniksewersa', 'Sewers of Dranik', '2', '0', '-4', '331', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('draniksewersb', 'Sewers of Dranik', '0', '0', '-5', '332', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('draniksewersc', 'Sewers of Dranik', '0', '0', '-5', '333', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('riftseekers', 'Riftseekers\' Sanctum', '7', '122', '-235', '334', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('harbingers', 'Harbingers\' Spire', '-30', '7', '2', '335', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranik', 'The Ruined City of Dranik', '-1112', '-1944', '-367', '336', '-2030', '450', '2000', '450', '2000');

/code

gordonzero
01-14-2005, 07:18 AM
Thats What I'm Looking For!!!! Thank God