Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-09-2005, 09:55 AM
mwmdragon's Avatar
mwmdragon
Discordant
 
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
Default How do I unlock all the zones in the peq db?

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
__________________
Thanks
MWMDRAGON

NeverQuest
http://neverquest.gotdns.com
Emucade
http://dragonsden.emuunlim.com
Reply With Quote
  #2  
Old 01-10-2005, 04:40 AM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default

Source the zone.sql from CVS.
Reply With Quote
  #3  
Old 01-10-2005, 06:10 AM
mwmdragon's Avatar
mwmdragon
Discordant
 
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
Default Can i get a link to the sql file ?

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.
__________________
Thanks
MWMDRAGON

NeverQuest
http://neverquest.gotdns.com
Emucade
http://dragonsden.emuunlim.com
Reply With Quote
  #4  
Old 01-10-2005, 06:24 AM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default

It should be in %YourRoot%\CVS\EQEmuCVS\SQL-Files
Reply With Quote
  #5  
Old 01-14-2005, 06:43 AM
mwmdragon's Avatar
mwmdragon
Discordant
 
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
Default ok

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
__________________
Thanks
MWMDRAGON

NeverQuest
http://neverquest.gotdns.com
Emucade
http://dragonsden.emuunlim.com
Reply With Quote
  #6  
Old 01-14-2005, 06:52 AM
gordonzero
Fire Beetle
 
Join Date: Aug 2004
Posts: 18
Default

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
Reply With Quote
  #7  
Old 01-14-2005, 07:11 AM
mwmdragon's Avatar
mwmdragon
Discordant
 
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
Default OOW zones

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
__________________
Thanks
MWMDRAGON

NeverQuest
http://neverquest.gotdns.com
Emucade
http://dragonsden.emuunlim.com
Reply With Quote
  #8  
Old 01-14-2005, 07:18 AM
gordonzero
Fire Beetle
 
Join Date: Aug 2004
Posts: 18
Default

Thats What I'm Looking For!!!! Thank God
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 08:32 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3