Posted: Sat Mar 03, 2007 1:12 pm Post subject: Multis problem
Hi to all,
sorry for my bad english.
I've a problem with multis file.
When the POL server starts, an error block the execution of the process.
The error is:
Code:
data/items.txt:..........Unable to create item: objtype=0x23, serial=0x6adbf909
Server Shutdown: reading data
Leftover objects in objecthash: 10334
Leaking a copy of the objecthash in order to avoid a crash.
Execution aborted due to: Item::create failed!
Ok the file 0x23 is a multis, that I create importing the build from sphere using ORB Template patching a file .mul.
Then I generate this file .txt extracting with a MUL patcher and adjusting the script.
And I split this generate code in two file named "itemdesc.cfg" and "multis.cfg" located in POL directories.
The error appears in every multis.
There is someone that can help me?
Thank's.
Author
Message
CWO
Joined: 04 Feb 2006 Posts: 699 Location: Chicago, IL USA
Posted: Sat Mar 03, 2007 7:38 pm Post subject:
This is not a multi its loading, this is an item.
multis.txt contains all of your multis.
items.txt contains items in the world that aren't on a character, NPC or in a storage location.
Thank's but the problem appears only when I insert the two file "itemdesc.cfg" and "multis.cfg" with the new code of the multis.
And 0x23 is a little house.
If I leave the original file, POL starts normally.
Yes of course I know the code of the house are 0x4023.
In my file itemdesc.cfg I've this definition:
Code:
House 0x23
{
// Main Stuff
Name House0x23
Graphic 0x4023
// Multi Info
MultiID 0x23
}
I search the serial into the items.txt and I find it.
I've a question.
When i create a new multis house must I to recompile the files "itemdesc.cfg" and "multis.cfg" and the files "multi.idx" and "multi.mul"?
Can I use 'starthere.bat' program and select 'a' RealmGen tools and so on...
With this procedure can I fix my problems?