PDA

View Full Version : Max Items


Wolfling
05-01-2011, 05:06 AM
Hello

I am relativly new to the forums, but have been messing with the emu for a while now.
Is it possible to increase the max item number, seems to be set at 120000 limit at the mo. i update the item table every now and again, and 13th floors db now goes beyond item no 120000.
So i get round it by finding gaps, as total items is less than 90000
But i would like to keep the item numbers the same, easier to update )

Sorry if this has been addressed before,

Thanks
Wolf

lerxst2112
05-01-2011, 02:12 PM
In EMuShareMem/Items.h change this line to a larger number and recompile:

#define MMF_EQMAX_ITEMS 120000

Wolfling
05-01-2011, 02:50 PM
thx, thought it would be a easy fix, will give it a go

Wolf