Go Back   RunUO - Ultima Online Emulation > RunUO > New Join Forum

New Join Forum So your new to RunUO and looking to work with people that are new, this is the place.

Reply
 
Thread Tools Display Modes
Old 12-25-2006, 06:33 AM   #1 (permalink)
Forum Newbie
 
Join Date: Apr 2006
Posts: 21
Default How do I create an item via model #?

I assume I am missing something, but I can't tell how I would create an item from the model # found in insideUO. For instance, if I wanted to create a small segment of brick wall in game where I am at, the id for the item is 62, and in other emulators I would just do something like .create 62 and it would make a small brick wall at my feet.

I have a hard time believing you can only create defined items, since then I would ask how do you build in the shard and freeze/thaw items to statics if you can't even create the individual components to a building.

]add only seems to work with items that are defined and given their own names, but I don't think anyone gave the item at ID 62 a name, or if they did, where would I find those?

Sorry if this is an entirely inane question, hopefully this is the place to ask these sorts of things.
neizarr is offline   Reply With Quote
Old 12-25-2006, 10:38 AM   #2 (permalink)
Forum Expert
 
Khaz's Avatar
 
Join Date: Mar 2003
Location: where I belong
Posts: 1,786
Default

For world-building purposes, you want to use the Static object. It's derived from Item, and requires the itemID to be passed in construction:
Code:
[Add Static 62
You can also tile statics to make a lot of the same statics at the same time (i.e., flooring):
Code:
[Tile Static 62
And you can tile at a specific Z level (i.e., to make a second level of a building). This would tile the statics at a Z level of 25:
Code:
[TileZ 25 Static 62
__________________
"Misfortune shows those who are not really friends." -Aristotle
"A multitude of words is no proof of a prudent mind." -Thales
Khaz is online now   Reply With Quote
Old 12-25-2006, 03:07 PM   #3 (permalink)
Forum Newbie
 
Join Date: Apr 2006
Posts: 21
Default

Thanks! Is there a wiki of RunUO documentation out there somewhere that is detailed enough to give command and arguments and such like this? I would hate to have to bug people all the time for silly things like this.
neizarr is offline   Reply With Quote
Old 12-25-2006, 10:21 PM   #4 (permalink)
Moderate
 
David's Avatar
 
Join Date: Nov 2002
Location: USA
Posts: 6,598
Default

You can also [Add or [Tile an Item by number; as in [Add Item 62. The difference being that Items will decay and can be picked up whereas Statics cannot.

And we prefer the physic method of documentation at this point. Hopefully that will be better addressed when 2.0 final is released.
__________________
David Forum Moderator
The RunUO.com Forum Moderator Team

Forum Rules and Guidelines
RunUO Forum Search Engine
Download RunUO 2.0 RC2
David is offline   Reply With Quote
Old 02-01-2007, 10:55 AM   #5 (permalink)
Newbie
 
Join Date: Jun 2006
Location: non of your dam business
Age: 21
Posts: 95
Send a message via AIM to SatinsMailMan
Default

Or you know you could just get pandoras box it is alot easier
SatinsMailMan is offline   Reply With Quote
Old 02-01-2007, 12:01 PM   #6 (permalink)
Master of the Internet
 
Anti-Basic's Avatar
 
Join Date: Dec 2005
Age: 20
Posts: 12,927
Default

The wiki is back online actually... Jeff announced it in IRC yesterday: Main Page - RunUO Wiki
__________________
Quote:
Originally Posted by madmadmax3 View Post
I didn't insult anyone dumpass
Anti-Basic is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5