Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-03-2006, 01:45 PM
solid11's Avatar
solid11
Discordant
 
Join Date: Dec 2004
Posts: 266
Default Anyone have this fixedz problem?

Hey all,

Just thought I would run this past anyone and see if there was a fix. I reinstalled 6.3DR1 with velious RC1 and ran the fix from FNW that corrected the unknown STR error to load NPCs. Well it removed the field Fixedz in the DB but when loading up it still says unknown Fixedz when trying to load NPCs for that zone. Why would it have the error if the field was takin out? Thanks guys.
__________________
Reply With Quote
  #2  
Old 01-03-2006, 03:36 PM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

you running from cvs or the crappy zip on sourceforge?

fixedz does not appear anywhere in my source code...
Reply With Quote
  #3  
Old 01-03-2006, 05:02 PM
solid11's Avatar
solid11
Discordant
 
Join Date: Dec 2004
Posts: 266
Default

I use the file from the wiki.

http://www.eqemulator.net/wiki/wikka.php?wakka=Windows6

problem is it has that error loading NPCs from only RC1 and not cavedude's DB. I tried 6.3DR1 and 6.2 on that link from above. Even though the fixedz field has been successfully deleted from the DB it still says unknown Fixedz field error during loading of NPCs.
__________________
Reply With Quote
  #4  
Old 01-04-2006, 12:15 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Last cvs is here : http://eqfroggy.ath.cx/download/EQEmuCVS-12-09-2005.rar
I don't know how compil it on windows.
__________________
__________________________________________________ _____________________________________
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
  #5  
Old 01-04-2006, 02:29 PM
1Boppoom1's Avatar
1Boppoom1
Banned
 
Join Date: Nov 2004
Location: Lake Isabella
Posts: 90
Default NPC Fix

run this query

Code:
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'; 
ALTER TABLE npc_types DROP fixedz; 
ALTER TABLE npc_types ADD fixedz float DEFAULT '0'; 
ALTER TABLE zone_points DROP keep_x; 
ALTER TABLE zone_points DROP keep_y;
This will fix all your NPC errors...... Post if it works if so

Fix is a curtesy from http://support.eqemulogin.net
Reply With Quote
  #6  
Old 01-05-2006, 04:19 AM
solid11's Avatar
solid11
Discordant
 
Join Date: Dec 2004
Posts: 266
Default

If that was the fix that FNW posted then I tried that, if not then I will give it a try. I noticed that one doens't have you drop pets. Does it matter if you don't and not resource the pets.sql? Thanks.
__________________
Reply With Quote
Reply

Thread Tools
Display Modes

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:17 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