Getting this error on server start.
I am using Akka's repack.
My Last item id is 191999. The server ran fine when last item id was 191997.
I googled error and searched here ad found this thread from 2009
http://www.eqemulator.org/forums/showthread.php?t=27321
It says the issue is in item.h (Max item id)
This link...
https://code.google.com/p/projecteqe...c=svn279&r=279
says issue is in items.h #define MMF_EQMAX_ITEMS 120000
Neither is working out for me. I don't have source for the repak server, but I do have source for an old practice server and neither file mentioned above has any reference to max item id or MMF_EQMAX_ITEMS that I can find.
And, it's a little confusing to me that my last id is 191999, which is well above the setting of 120000.
I may be way off base on the entire error because I also renamed items table to items_old and imported a backup from a month ago. I'm getting same error.
What REALLY befuddles me is that players have no items showing on login screen, but once in game they have items. BUT.... all mobs are gone.
I'm going to try an older backup next and see what happens
Any suggestions/help much appreciated.