Page 1 of 1
Making House Addons
Posted: Thu Apr 08, 2010 1:56 pm
by jasonntn
I tried to make a stone oven and got this message in cmd prompt:
ERROR: CreatebaseScript <> : Bad script item 0x14ef<Item>
ERROR: cSkills::MakeItem<>bad script item in #0x14ef, made by player 0x2
How do i get the items to work? I didn't even get a deed for it.
Posted: Sat Apr 10, 2010 8:07 pm
by Xuri
Uhm. Yeah. It seems that the system for the creation of house-addons is incomplete. The create-DFNs all link to a non-existing item with id 0x14ef - which is the id for a "deed", and since the base item with that id doesn't actually exist in the scripts, you get an error message when trying to craft it.
For this to work there would have to be a unique deed-item for each addon, and each of those deed-items would have to link to a unique [HOUSE #] section in house.dfn, which again would have to be setup with all the pieces of each addon (left part of oven and right part of oven, setup as [HOUSE ITEM #] in house.dfn), and each of those pieces would have to be setup with the proper x/y-offsets.
In short, house-addons (apart from the pentagram) aren't complete and can't currently be used.