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

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 10-09-2004, 11:45 PM
squire
Fire Beetle
 
Join Date: Aug 2004
Posts: 4
Default

I was able to get the luclin models enabled by setting the value of Expansions in the variable table to 255.

Here's the code:
DISCLAIMER: Use at your own risk. This worked for me but I am not sure it will work for everyone. This is the cma clause =) I am not responsible for any damage you may do to your database, server, pc, mind, health, etc.

Code:
UPDATE dbname.variables
SET value=255
WHERE varname='Expansions';
This does not give you the zones. You'll need to add those yourself. I had saved the old database and just created a new one for 5.9 so this is the code I used to update. NOTE: The zones are not populated yet. I have not gotten to it so all the new zones are empty.

Disclaimer above still applies.

Code:
insert into 59db.zone 
	(short_name, file_name, long_name, 
	safe_x, safe_y, safe_z, minium_level, 
	minium_status, zoneidnumber, 
	timezone, maxclients, weather, 
	note, underworld, minclip, maxclip, 
	fog_minclip, fog_maxclip, fog_blue, 
	fog_red, fog_green, sky, ztype, zone_exp_multiplier, 
	walkspeed, time_type)
select short_name, file_name, long_name, 
	safe_x, safe_y, safe_z, minium_level, 
	minium_status, zoneidnumber, 
	timezone, maxclients, weather, 
	'' as note, underworld, minclip, maxclip, 
	fog_minclip, fog_maxclip, fog_blue, 
	fog_red, fog_green, sky, ztype, zone_exp_multiplier, 
	walkspeed, time_type 
from 57db.zone
where zoneidnumber not in (comma seperated list of zoneidnumber's that are already in the 58 classic database)
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 07:39 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3