RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Help creating custom items

Nova

Wanderer
Help creating custom items

Hi,
can anyone tell me how to create a custom item with the script ?
Item item = new Item( CurHair );
doesnt work...and my Item doesn't have an own ID because it is a modified hay...

What can I do ?
-Nova
 

Phantom

Knight
Look at a script.

Then look at the docs for that namespace.

From both of those, you will be able to figure it out.
 
Top