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.

Reply
 
Thread Tools Display Modes
  #16  
Old 12-15-2005, 04:19 AM
tkd1991a
Sarnak
 
Join Date: Feb 2004
Posts: 65
Default question

Also can you guys tell me do most of the classic quests work? I've never had one work yet and I'm curious can I get the Greenmist sword for my Iksar Shadowknight or the epic quest for my warrior??/
Reply With Quote
  #17  
Old 12-15-2005, 04:32 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

if i'm remember good, no epic quest works.
But you can ask to a Peq-Quest member for more informations (http://www.projecteq.net).
Or make this yourself for the community ?
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #18  
Old 12-15-2005, 05:13 AM
HurtinuDaily
Hill Giant
 
Join Date: Nov 2005
Posts: 145
Default

Crap sorry, cant believe I didnt think of the zone pearl thing..... I didnt have to change it cause I was using the boot5zones.bat from jim0thy's 6.2 compile which already had zonepearl.exe in it.
Reply With Quote
  #19  
Old 12-15-2005, 05:16 AM
tkd1991a
Sarnak
 
Join Date: Feb 2004
Posts: 65
Default hoping

I'm hoping that will explain the whole npc loading error thing as well
Reply With Quote
  #20  
Old 12-15-2005, 05:28 AM
HurtinuDaily
Hill Giant
 
Join Date: Nov 2005
Posts: 145
Default

What npc loading error? if its not loading npc's I know that fix for sure! post back if its not loading npc's at all and saying something about invalid something 'str'.
Reply With Quote
  #21  
Old 12-15-2005, 05:33 AM
tkd1991a
Sarnak
 
Join Date: Feb 2004
Posts: 65
Default yep

yep that is the problem exactly
Reply With Quote
  #22  
Old 12-15-2005, 05:43 AM
HurtinuDaily
Hill Giant
 
Join Date: Nov 2005
Posts: 145
Default

ok you have to make your database compatable with the latest exe's
open the command prompt and start up your mysql with you username and password you used when creating it.

use db eq - if this is the name of the db you created.
and source this code in: ( i got it from http://www.projecteq.net/phpBB2/viewtopic.php?t=308)


ALTER TABLE ground_spawns ADD temp_x float NOT NULL;
UPDATE ground_spawns SET temp_x=min_x;
UPDATE ground_spawns SET min_x=min_y;
UPDATE ground_spawns SET min_y=temp_x;
UPDATE ground_spawns SET temp_x=max_x;
UPDATE ground_spawns SET max_x=max_y;
UPDATE ground_spawns SET max_y=temp_x;
ALTER TABLE ground_spawns DROP temp_x;
ALTER TABLE object ADD temp_x float NOT NULL;
UPDATE object SET temp_x=xpos;
UPDATE object SET xpos=ypos;
UPDATE object SET ypos=temp_x;
ALTER TABLE object DROP temp_x;
ALTER TABLE npc_types ADD STR MEDIUMINT UNSIGNED NOT NULL DEFAULT '75';
ALTER TABLE npc_types ADD STA MEDIUMINT UNSIGNED NOT NULL DEFAULT '75';
ALTER TABLE npc_types ADD DEX MEDIUMINT UNSIGNED NOT NULL DEFAULT '75';
ALTER TABLE npc_types ADD AGI MEDIUMINT UNSIGNED NOT NULL DEFAULT '75';
ALTER TABLE npc_types ADD _INT MEDIUMINT UNSIGNED NOT NULL DEFAULT '80';
ALTER TABLE npc_types ADD WIS MEDIUMINT UNSIGNED NOT NULL DEFAULT '75';
ALTER TABLE npc_types ADD CHA MEDIUMINT UNSIGNED NOT NULL DEFAULT '75';

UPDATE npc_types SET _INT=80 WHERE _INT=75;
UPDATE npc_types SET _INT=60 WHERE _INT=80 AND ( bodytype=3 OR bodytype=


and your mobs will spawn.
Reply With Quote
  #23  
Old 12-16-2005, 02:51 AM
tkd1991a
Sarnak
 
Join Date: Feb 2004
Posts: 65
Default thanks

alright did that and that helped to get the mobs spawned.

I'm still having a problem with the quests and it showed an error message when it perl started to run and said something about reverting back to the original quest. I'll probably have to wait till after the weekend so I can copy the error down and post it up.
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 04:35 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