Iberia help

MUD help system

ITEM

Usage: item create [id]

Usage: item clone [old id] [new id]

Usage: item destroy [item name]

Usage: item [item name]:[ status | statusd | save | delete ]

Usage: item [item name]:[key] [value]

This command is to be used by builders, and it's purpose is to create or delete items, or update any item property.

- item create [id] - creates the item with id number [id]. If the item exists in database a new instance is created, otherwise it will be created a raw item (if the builder has such id assigned to him).

- item clone [old id] [new id] - creates an item with id [new id] that is a clone of item with id [old id]. [old id] item should exist in database.

- item destroy [item name] - destroys an existent item (in hands or in ground). It will just destroy that item instance, maintaining all data in MUD database.

- item [item name]:status - shows all details of the named item.

- item [item name]:statusd - shows all details of the named item, including possible values for each property.

- item [item name]:save - saves the named item in the database. Further instances of the item will be updated (and not existent ones). Any error on any property will be informed before saving.

- item [item name]:delete - deletes the named item in the database. The existent instances, though, will be kept.

- item [item name]:[key] [value] - updates the [key] property of the named item to [value]. [key] are the capital words one can see in item 'status'. Some properties' [value] can be decomposed as [index] [value], such as other looks, exits or timer phrases.

This command can only be used by administrators.