Log in

View Full Version : Db from 1751 not compatible with new rev


Shamanistik08
05-23-2011, 07:20 AM
Hi there, compiled a new server with bots yesterday. When I use the old DB from 1751 all the mobs are gone. I can see them in the db, the spawnpoints, everything.. but it just don't show in game.

When I try to #spawn and #npccreate it write to the db, but on #repop it just don't show.

Anyone know what changed between 1751 and last one (1911??) and if it's possible to edit/add a column or something to make it compatible?

Thanks in advance

joligario
05-23-2011, 07:24 AM
All the info you need is located at the same place you got the new revision. A hint: required sql

Shamanistik08
05-23-2011, 10:15 AM
I still can't find where it is ;(

got the code here : http://code.google.com/p/projecteqemu/downloads/list

so how can I find what changed in the SQL table?

Shamanistik08
05-23-2011, 10:23 AM
guess it's here : http://projecteqemu.googlecode.com/svn/trunk/EQEmuServer/changelog.txt

I sourced every required tables I found tho, I'll try again

KLS
05-23-2011, 10:42 AM
in svn: /trunk/util/sql/ source every file from that rev to current that has required in the filename.

Shamanistik08
05-23-2011, 11:03 AM
Aye the execute sql files, but they don't work very often, even with run on error, is it normal? I mean does it matter?

Shamanistik08
05-23-2011, 11:16 AM
Ok it worked, thanks a lot !

it seems I forgot to execute the 1908 npc_types_definitions..

Thanks a lot again ! :)