Making House Addons

Forum where anything UOX3-related goes - including, but not limited to: newbie-support, ideas, general questions, comments, etc and-so-forth.
Post Reply
jasonntn
UOX3 Newbie
Posts: 16
Joined: Fri Mar 26, 2010 7:01 pm
Has thanked: 0
Been thanked: 0

Making House Addons

Post 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.
User avatar
Xuri
Site Admin
Posts: 3704
Joined: Mon Jun 02, 2003 9:11 am
Location: Norway
Has thanked: 48 times
Been thanked: 8 times
Contact:

Post 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.
-= Ho Eyo He Hum =-
Post Reply