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 04-19-2006, 04:51 PM
allpumk
Fire Beetle
 
Join Date: Aug 2005
Posts: 7
Default loading items problem

Hello, I setup a 6.6 server with no problem using the 3.0 server pack. Then I tried to update it to 7.0 with the 3.1 upgrade and now I get the error below with I run my server. How can I fix it?

From World.exe
[Status] Using database 'emusp3' at localhost:3306
[Status] EMuShareMem loaded
[Status] Loading items from database: count=46073
[Error] DBLoadItems query 'select source,itemclass,name,lore,idfile,id,weight,no
rent,nodrop,size,slots,price,icon,UNK012,UNK013,be nefitflag,tradeskills,cr,dr,pr
,mr,fr,astr,asta,aagi,adex,acha,aint,awis,hp,mana, ac,deity,skillmodvalue,UNK033,
skillmodtype,banedmgrace,banedmgamt,banedmgbody,ma gic,casttime_,reqlevel,bardtyp
e,bardvalue,light,delay,reclevel,recskill,elemdmgt ype,elemdmgamt,range,damage,co
lor,classes,races,UNK054,maxcharges,itemtype,mater ial,sellrate,UNK059,casttime,U
NK061,procrate,combateffects,shielding,stunresist, strikethrough,extradmgskill,ex
tradmgamt,spellshield,avoidance,accuracy,charmfile id,factionmod1,factionmod2,fac
tionmod3,factionmod4,factionamt1,factionamt2,facti onamt3,factionamt4,charmfile,a
ugtype,augslot1type,augslot1unk,augslot2type,augsl ot2unk,augslot3type,augslot3un
k,augslot4type,augslot4unk,augslot5type,augslot5un k,ldontheme,ldonprice,ldonsold
,bagtype,bagslots,bagsize,bagwr,book,booktype,file name,banedmgraceamt,augrestric
t,loregroup,pendingloreflag,artifactflag,summonedf lag,favor,fvnodrop,endur,dotsh
ielding,attack,regen,manaregen,enduranceregen,hast e,damageshield,recastdelay,rec
asttype,guildfavor,augdistiller,UNK123,UNK124,attu neable,nopet,UNK127,pointtype,
potionbelt,potionbeltslots,stacksize,notransfer,st ackable,UNK134,clickeffect,cli
cktype,clicklevel,clicklevel2,proceffect,proctype, proclevel,proclevel2,worneffec
t,worntype,wornlevel,wornlevel2,focuseffect,focust ype,focuslevel,focuslevel2,scr
olleffect,scrolltype,scrolllevel,scrolllevel2,upda ted from items order by id', #
1054: Unknown column 'augslot1unk' in 'field list'
[Error] If you got boat loads of errors, make sure you sourced: utils/items-0.6.
0-DR2-0.6.1-DR1-convert.sql

Error: EMuShareMem: DLLLoadItems: !cbDBLoadItems
Reply With Quote
  #2  
Old 04-19-2006, 05:27 PM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Thumbs down

Code:
ALTER TABLE items CHANGE loreflag loregroup int NOT NULL;
ALTER TABLE items CHANGE UNK117 UNK123 int NOT NULL;
ALTER TABLE items CHANGE UNK150 UNK157 int NOT NULL;
ALTER TABLE items CHANGE UNK145 UNK152 int NOT NULL;
ALTER TABLE items CHANGE UNK140 UNK147 int NOT NULL;
ALTER TABLE items CHANGE UNK135 UNK142 int NOT NULL;
ALTER TABLE items CHANGE UNK130 UNK137 int NOT NULL;
ALTER TABLE items CHANGE UNK124 UNK130 int NOT NULL;
ALTER TABLE items CHANGE UNK121 UNK127 int NOT NULL;
ALTER TABLE items CHANGE UNK118 UNK124 int NOT NULL;
ALTER TABLE items ADD augslot1unk int NOT NULL AFTER augslot1type;
ALTER TABLE items ADD augslot2unk int NOT NULL AFTER augslot2type;
ALTER TABLE items ADD augslot3unk int NOT NULL AFTER augslot3type;
ALTER TABLE items ADD augslot4unk int NOT NULL AFTER augslot4type;
ALTER TABLE items ADD augslot5unk int NOT NULL AFTER augslot5type;
ALTER TABLE items ADD enduranceregen int NOT NULL AFTER manaregen;
ALTER TABLE items ADD notransfer int NOT NULL AFTER stacksize;
ALTER TABLE items ADD UNK133 int NOT NULL AFTER notransfer;
ALTER TABLE items ADD UNK134 varchar(255) NOT NULL AFTER UNK133;
ALTER TABLE items CHANGE UNK130 potionbeltslots int NOT NULL;
ALTER TABLE items CHANGE UNK133 stackable int NOT NULL;
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote
  #3  
Old 04-19-2006, 05:47 PM
allpumk
Fire Beetle
 
Join Date: Aug 2005
Posts: 7
Default

thank you, loads fine now with no errors.
Reply With Quote
  #4  
Old 04-19-2006, 11:00 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Hmmm that is a bug with the installer upgrade... It should have removed the old items table and replaced it with the new. Thanks I'll look into the problem.

Edit: Fixed was a small error on my part. I'll re-upload tonight. You may want to re-run the installer upgrade once it's up there. It sources in the newest 13th floor items adding about 10k items or so.

Last edited by cavedude; 04-20-2006 at 07:22 AM..
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 06:32 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3