View Single Post
  #5  
Old 10-18-2004, 02:17 AM
Cans
Sarnak
 
Join Date: Mar 2003
Posts: 71
Default

All of the DB errors within your world.exe seem to be a table problem within your DB. 6.0 reconfigured the tables, and I got that error when I started with my PEQ DB.

To fix it, run this query in your MySQL:

Code:
ALTER TABLE items ADD attuneable tinyint(3) unsigned NOT NULL default '0';
As for the command warnings, to get them to stop, simply add those commands into the addon.ini file.

Ex, at the bottom of it put:

Code:
!help=0
!version=50
!serversidename=200
!loc=0
!flag=200
!si=0
!hp=0
!pf=50
!bestz=0
!ginfo=50
Those are just some example access levels. Change them as you see fit.

Ignore the eqtime.cfg error. It'll stop once you get on your server and create a char, etc.

Quote:
Error: EMuShareMem: DLLLoadItems: !ItemsMMF.IsLoaded() (timeout)
[Error] Loading items FAILED! <<-- EmuShareMem error again
Failed. But ignoring error and going on...
This is because of the item table changes. Fix that, that will disappear. It really has nothing to do with the actual compiled EMuShareMem in this case.

For boot5zones.bat, the only thing I can think of there is make sure you forward your ports if you are behind a router. Also, make sure that all three world.exe, zone.exe, and emusharemem.dll are of the SAME version (this case 6.0 DR1). If it isn't, you may encounter more errors along the way.

I hope this helps some.
__________________
Cans O`Whoop Ass
LOADING, PLEASE WAIT...
Reply With Quote