PDA

View Full Version : Using old database format ?


KhaN
05-15-2004, 11:25 AM
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
NPCs loaded - using old database format
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...

What the message in bold mean ? im doing something wrong ?
It dont appear all the time.

Charmy
05-15-2004, 03:12 PM
i Think it has to do with the fact that you are using a sourced databased that is older than the most recent eqemu update.

really meaning, there might be new additions to the sql database on mobs, one i think could be a colum to define AC, i remember reading about that somewhere, perhaps its just saying exactly what your doing, using an older database?

Thats just my guess, not sure though.

KhaN
05-15-2004, 07:59 PM
I use MW5.7 ALpha 1 DB that i have "emptyied". I have then add my spawns.

Scorpious2k
05-16-2004, 09:30 AM
did you add the AC column to NPC types?

ALTER TABLE `npc_types` ADD `AC` smallint(5) not null default 0;

blastoma
05-16-2004, 12:45 PM
Yes that fixes the "using old database" thing..... now.... to setup all the mobs with AC..... *grumble*

KhaN
05-16-2004, 01:05 PM
This work, thanks scorp :)
Setting the AC isnt hard, i think the hard part is to do test and see for how hard you hit a mob when you entered AC.