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 06-21-2010, 06:53 PM
Vampire1212
Sarnak
 
Join Date: May 2009
Location: MI
Posts: 58
Default

I will setup a server for you for free (:
__________________
[ Druzzil Ro ]
Reply With Quote
  #2  
Old 06-21-2010, 09:47 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

post these changes to make it work

Code:
-- This renames some unknown fields to known fields according to 13th floor data 
 --  
 ALTER TABLE items CHANGE UNK061 elitematerial INT(11) DEFAULT 0 NOT NULL; 
 ALTER TABLE items CHANGE UNK098 ldonsellbackrate INT(11) DEFAULT 70 NOT NULL; 
 ALTER TABLE items CHANGE UNK129 scriptfileid INT(11) DEFAULT 0 NOT NULL; 
 ALTER TABLE items CHANGE UNK131 expendablearrow INT(11) DEFAULT 0 NOT NULL; 
 --  
 -- The summonedflag field simply puts the Summoned Item note on newer summoned items, it has no real effect on gameplay 
 -- If you have summonedflag already set for custom items, you may not want to use the line below to copy UNK109 to summonedflag. 
 --  
 UPDATE items SET summonedflag = UNK109; 
 --  
 -- This drops multiple unknown fields that are not used and never will be 
 --  
 ALTER TABLE items DROP UNK109; 
 ALTER TABLE items DROP unknown002; 
 ALTER TABLE items DROP unknown003; 
 ALTER TABLE items DROP unknown005; 
 ALTER TABLE items DROP unknown007; 
 ALTER TABLE items DROP unknown018; 
 ALTER TABLE items DROP unknown019; 
 ALTER TABLE items DROP unknown020; 
 ALTER TABLE items DROP unknown061; 
 ALTER TABLE items DROP unknown067; 
 ALTER TABLE items DROP unknown069; 
 ALTER TABLE items DROP unknown081; 
 ALTER TABLE items DROP unknown105; 
 ALTER TABLE items DROP unknown122; 
 ALTER TABLE items DROP unknown123; 
 ALTER TABLE items DROP unknown124; 
 ALTER TABLE items DROP unknown128; 
 ALTER TABLE items DROP unknown133;

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #3  
Old 06-22-2010, 10:57 AM
drewh313
Fire Beetle
 
Join Date: Jun 2010
Posts: 3
Default

I have since given up and just started using AX Classic-PEQ. I seem to be having a lot of stability issues, which is no doubt due to my machine. And there seem to be a lot of broken quests with this, but I guess that can't be helped.

I still don't understand this business with database and emulator versions, but that's my own fault for not adequately researching this system. :S

Thanks! This is a great project!
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 07:34 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