Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-31-2007, 07:22 AM
kc7wzl
Fire Beetle
 
Join Date: Mar 2004
Location: Idaho USA
Posts: 14
Exclamation those that installed cavedude server please read

sorry if this is in the wrong area but it touches diff areas of topic.

for those that installed Cave dude's server setup. that wishes to install the latest ver of the EQEmu (like the 0.7.0-992 ) and/or PEQ data base and is getting fustrated with the zone crashing.. and is also gettting fustrated with combing through changelog.txt files here is what I sourced into my MySql DB

I made a file called kc7wzl.sql

then I put this stuff in it ( saving as ansi stand. )

-------------------------------------------------------------------------

ALTER TABLE `npc_types` ADD `see_hide` tinyint(4) NOT NULL default '0';
ALTER TABLE `npc_types` ADD `see_improved_hide` tinyint(4) NOT NULL default '0';
UPDATE `npc_types` SET `see_hide` = 1 WHERE see_invis = '1';
UPDATE `npc_types` SET `see_hide` = 1 WHERE see_invis_undead = '1';
ALTER TABLE quest_globals CHANGE expdate expdate INT;
alter table npc_types add column trackable tinyint(4) not null default 1;
alter table altadv_vars add column cost_inc tinyint(4) not null default 0;
ALTER TABLE `zone` ADD `cancombat` tinyint(4) NOT NULL default '1';
UPDATE `zone` SET `cancombat` = 0 WHERE short_name = 'nexus';
UPDATE `zone` SET `cancombat` = 0 WHERE short_name = 'poknowledge';
UPDATE `zone` SET `cancombat` = 0 WHERE short_name = 'potranquility';
CREATE TABLE aa_effects (
id int(10) unsigned NOT NULL auto_increment,
aaid mediumint( unsigned NOT NULL default '0',
slot tinyint(3) unsigned NOT NULL default '0',
effectid mediumint( unsigned NOT NULL default '0',
base1 mediumint( unsigned NOT NULL default '0',
base2 mediumint( unsigned NOT NULL default '0',
PRIMARY KEY (id),
UNIQUE KEY NewIndex (aaid,slot)
) TYPE=MyISAM;

--------------------------------------------------------------------------

hope this works it did for me

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