View Single Post
  #3  
Old 03-27-2006, 08:27 PM
kedobin
Sarnak
 
Join Date: Oct 2004
Posts: 30
Default

2 questions.

1. I've managed to get the source to compile (through vc++), but I'm now getting the same error for 060dr2 that I was getting for 060dr3. It's appearing within the world.exe output, which I've placed below. This is while using the Velious database.

I will state that not only did I attempt searching for help, but I did find something related to this. I followed the instructions, and was able to log into the emu in 060dr2. The resulting problem, though, is that it didn't explain how to retrieve the missing data, so I ended up with merchants selling all items for 0 money, and all spells I saw required level 255 (and there was something about a skill Tigerclaw. This was in oggok, as an ogre beastlord).

Anyway, I thought I did something wrong, so I resourced the db, but ended up with the same results. I was wondering where I might be able to find some scripts, or if not, then what I might need to alter to get things to work.

Quick summary in case either someone's just skimming, or in case it's too cluttered above/below.
emu ver: 0.6.0-dr2
db ver: Velious

Output of World.exe
Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=46073
[Error] DBLoadItems query 'SELECT charges,unknown002,unknown003,merchantprice,un
known005,unknown006,unknown007,SpellCharges,itemclass,name,lore,idfile,id,weight
,norent,nodrop,attuneable,size,slots,cost,icon,unknown018,unknown019,unknown020,
tradeskills,cr,dr,pr,mr,fr,astr,asta,aagi,adex,acha,aint,awis,hp,mana,ac,deity,s
killmodvalue,skillmodtype,banedmgrace,banedmgamt,banedmgbody,magic,casttime2,has
teproclvl,reqlevel,bardtype,bardvalue,light,delay,reclevel,recskill,elemdmgtype,
elemdmgamt,effecttype,range,damage,color,classes,races,unknown061,spellid,maxcha
rges,itemtype,material,sellrate,unknown067,casttime,unknown069,proc_rate_mod,foc
usid,combateffects,shielding,stunresist,strikethrough,combatskill,combatskilldmg
,spellshield,avoidance,accuracy,unknown081,factionmod1,factionmod2,factionmod3,f
actionmod4,factionamt1,factionamt2,factionamt3,factionamt4,charmfile,augtype,aug
slot1type,augslot2type,augslot3type,augslot4type,augslot5type,ldonpointtheme,ldo
npointcost,ldonsold,bagtype,bagslots,bagsize,bagwr,unknown105,booktype,filename,
banedmgamt2,augmentrestriction,loreflag,pendingloreflag,artifactflag,summonedfla
g,tribute,gmflag,endur,dotshielding,attackbonus,hpregen,manaregen,hastepercent,d
amageshield,minstatus FROM items ORDER BY id', #1054: Unknown column 'charges' i
n 'field list'
[Error] If you got an error related to the 'SpellCharges' field, run the followi
ng SQL Query: ALTER TABLE `items` CHANGE `unknown008` `SpellCharges` INT(11)  DE
FAULT "0" NOT NULL;
Error: EMuShareMem: DLLLoadItems: !cbDBLoadItems
[Error] Error: Could not load item data.  But ignoring
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Liberating a country that despises us...
TCP listening on: qeynburrow.net:9000
World server listening on: qeynburrow.net:9000
Connected to LoginServer: qeynburrow.net:5999
2. I'm attempting to determine if emusharemem for 060dr2 will still work with 060dr3. When using 060dr3 and kunark, I'm given a lot of errors, similar to above. If I use 060dr3 and velious, items.h needs altered. If I use an altered 060dr2 emusharemem, then I'm told
Code:
...
Error: EMuShareMem: DLLLoadItems: iItemStructSize != sizeof(Item_Struct)
Item_Struct has changed, EMuShareMem.dll needs to be recompiled.
[Error] Error: Could not load item data.  But ignoring
...
I tried loading the game, but I got a 1017 at the server select screen.

Thanks for any help.
Reply With Quote