Quote:
Originally Posted by LuciferMorningStar666
Hi, as the title says. How do you increase the size of the mdlObj? Because I had this problem that giving me an error, and Crashing the WorldServer.
Here's what I did.
It exceeds to 1916
Thank you for your kindness.
|
There is no hard coded maximal index. Im not sure but try lower IDs?

Your map is loading a model with a higher ID, the size=1722 means you have 1722 IDs in mdlObj.inc / mdlDyna.inc but u loading a model with ID 1800!
Quote:
Originally Posted by Ecrypter
const int MAX_PROPMOVER = 2000;
to
const int MAX_PROPMOVER = 15000;
|
him: "hey max models exceed help!"
you: "yo increase maximal mover size"
rofl.