some things maybe needed to be changed in the itemdesc file...
first is the item objtype so where it says "Item 0x8256" change the hex to suit an unused item on your shard
second is the graphic... this will need to be changed to the graphic of the item you want
and then you can change what ever else you want.
Item 0x8256
{
	Name		setupstatue
	Desc		a setup statue
	Graphic		0x0fb7
	color		1162
	script		use_statue
	VendorSellsFor	1000
	VendorBuysFor	500
	DestroyScript	::maindestroy
	Movable		0
}