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.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-16-2019, 03:05 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default Classic Doors/Zones Pack

If anyone wants to be lazy in setting up their classic doors, zone_points, etc., I dumped some tables from an older database that was using most of the older versions of (available) zones, along with character creation, start zones and starting items.(Frogloks, Drakkins and Beserkers have been removed from character creation choices).
Patronizing reminder: BACKUP YOUR DATABASE BEFORE SOURCING THESE IN! Zip download includes the following files:

README.txt
char_create_combinations.sql
doors.sql
start_zones.sql
starting_items.sql
zone_points.sql

http://tinyurl.com/ClassicPackTables

If you've taken the initiative to learn about running sql queries, it can speed some tasks up in a big way. For example, if you wanted to temporarily disable all the PoK books in all the classic zones, you could run this query, changing the name to something unique to disable it. (POKTELE500 is the original working name) This will disable all 31 classic PoK books around Norrath.(They won't show up in client).

Code:
UPDATE doors SET name = 'POKTELE500NULL' WHERE name LIKE 'POKTELE500';
Then, when you want to enable them again, you revert the names back to original.

Code:
UPDATE doors SET name = 'POKTELE500' WHERE name LIKE 'POKTELE500NULL';
Reply With Quote
 


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 06:47 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