EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=596)
-   -   Classic Doors/Zones Pack (https://www.eqemulator.org/forums/showthread.php?t=42363)

Huppy 03-16-2019 03:05 AM

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';

freezerburn26 11-15-2020 11:58 PM

Is there anyone with a working link to this anymore?

Vire70 07-15-2021 02:29 AM

Ditto on above... does this exist anymore? I'm starting work on a QoL velious era server and this stuff would be helpful. In fact your code was already helpful for the books, so big thanks to Huppy.

Huppy 07-16-2021 07:14 PM

Quote:

Originally Posted by Vire70 (Post 266913)
does this exist anymore?

Sorry about the dead link, but I've been off the grid for awhile, dealing with RL, which is imminent until next Feb. I trashed a lot of old unused files I had. Maybe I can throw something together later and post it, but it will be from a luclin era setup, on a private server, i have running, using the old bazaar, etc.

Huppy 07-16-2021 08:32 PM

Quote:

Originally Posted by Vire70 (Post 266913)
does this exist anymore?

Quote:

Originally Posted by Huppy (Post 266918)
Sorry about the dead link, but I've been off the grid for awhile, dealing with RL, which is imminent until next Feb. I trashed a lot of old unused files I had. Maybe I can throw something together later and post it, but it will be from a luclin era setup, on a private server, i have running, using the old bazaar, etc.

Here's an updated link, but keep in mind, this is from a server built around the Titanium client and using older (9159) code.

https://tinyurl.com/classic-zone-pack

Vire70 07-20-2021 04:02 AM

Quote:

Originally Posted by Huppy (Post 266919)
Here's an updated link, but keep in mind, this is from a server built around the Titanium client and using older (9159) code.

https://tinyurl.com/classic-zone-pack

Thanks very much! I am using Titanium so it's perfect. Er, that said, your new link is also dead.

Huppy 07-21-2021 01:30 AM

Quote:

Originally Posted by Vire70 (Post 266926)
Thanks very much! I am using Titanium so it's perfect. Er, that said, your new link is also dead.

Sorry, (again) haha, was busy trying to clean up my google drive with no sleep.

https://tinyurl.com/classic-doors-zones-pack

Vire70 07-21-2021 09:35 AM

Quote:

Originally Posted by Huppy (Post 266930)
Sorry, (again) haha, was busy trying to clean up my google drive with no sleep.

https://tinyurl.com/classic-doors-zones-pack

Thanks again!

Huppy 07-26-2021 06:36 AM

I also have the link for these (and others) posted on a new personal forum site, which i will try to keep updated from time to time. It's also open for others to share resources/links.

You can find it HERE (https://huppyshouse.boards.net/)


All times are GMT -4. The time now is 03:55 AM.

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