PDA

View Full Version : ProjectEQ latest items files breaks world.exe


Kassan
06-11-2008, 05:29 PM
Guys,

I have just loaded the latest items from 13th floor which has 67956 items in.

When I start the world.exe I get the following error displayed:

Error: EMuShareMem: pDLLLoadItems: iMaxItemID > MMF_EQMAX_ITEMS
You need to increase the define in Items.h.

Can someone point in the direction of a fix.

I have downloaded the code for EMUEQ and have visual studio installed and am a C++ programmer but is there some instructions on how to build it, what objects I need. I run the makefile but nothing got built and when I try and run the individual makefiles nothing happens as well.

Any help would really be appreciated.

Angelox
06-11-2008, 06:01 PM
Why would you want these? Cavedude has recently updated PEQ database with 13th Floor items, so they are more than we'll ever need for the Titanium expansion

Kassan
06-11-2008, 06:36 PM
I installed the latest PEQ database and a number of items are missing for example, the highest on the 13th Floor is 210 compared to 156 that is currently in there.

Could you send me a link to the latest databsae you have and I will try that.

P.S. I use to play EQ all the way up to PoP so just want to twink my characters and walk around the world for a bit :-)

leslamarch
06-11-2008, 07:01 PM
I installed the latest PEQ database and a number of items are missing for example, the highest on the 13th Floor is 210 compared to 156 that is currently in there.

Could you send me a link to the latest databsae you have and I will try that.

P.S. I use to play EQ all the way up to PoP so just want to twink my characters and walk around the world for a bit :-)

The best way to get the up to date DB from peq is via CVS, read this post here
ProjectEQ CVS (http://www.eqemulator.net/forums/showthread.php?t=23536)

John Adams
06-11-2008, 10:29 PM
If you searched for "MMF_EQMAX_ITEMS" you might have actually found information about this.

Kayot
06-11-2008, 10:47 PM
Why not add that to the database as an option? Though the server would have to load the options first.

roostermhm
10-26-2008, 06:06 PM
I was getting this error because I was setting my custom id numbers at 222xxx, and changed their id#'s to 993xx and up, that got me under the 100000 limit and still group my items together at the end. error gone. hope this helps

the reason we name our id#'s higher is to easily find, sort, and edit them. it was easier for me to just get them at the end than to search for a free block here and there to put my custom items, and then have to remember them.