ITEM TYPES: Difference between revisions

From AddictHelp
Jump to navigation Jump to search
Kahlan (talk | contribs)
New page: When an item type is set, certain defaults are set, so for most types all you should need to do is set the type (i.e. fountain will not require any values to be set) Item types are as fo...
 
Kahlan (talk | contribs)
No edit summary
Line 3: Line 3:
any values to be set)
any values to be set)


Item types are as follows (and each type has detailed help):
  Item types are as follows (and each type has detailed help):
(As always, if it isn't listed here, DONT set it)
(As always, if it isn't listed here, DONT set it)


ITEM_LIGHT      Item is a light source
ITEM_LIGHT      Item is a light source
ITEM_SCROLL      Item is a scroll
ITEM_SCROLL      Item is a scroll
ITEM_WAND        Item is a wand
ITEM_WAND        Item is a wand
ITEM_STAFF      Item is a staff
ITEM_STAFF      Item is a staff
ITEM_WEAPON      Item is a weapon
ITEM_WEAPON      Item is a weapon
ITEM_ARMOR      Item is armor
ITEM_ARMOR      Item is armor
ITEM_POTION      Item is a potion
ITEM_POTION      Item is a potion
ITEM_WORN        Does nothing
ITEM_WORN        Does nothing
ITEM_OTHER      Misc object
ITEM_OTHER      Misc object
ITEM_TRASH      Trash - shopkeeps won't buy
ITEM_TRASH      Trash - shopkeeps won't buy
ITEM_CONTAINER  Item is a container
ITEM_CONTAINER  Item is a container
ITEM_NOTE        Item is note
ITEM_NOTE        Item is note
ITEM_DRINKCON    Item is a drink container
ITEM_DRINKCON    Item is a drink container
ITEM_KEY        Item is a key
ITEM_KEY        Item is a key
ITEM_FOOD        Item is food
ITEM_FOOD        Item is food
ITEM_MONEY      Item is money (gold)
ITEM_MONEY      Item is money (gold)
ITEM_PEN        Item is a pen
ITEM_PEN        Item is a pen
ITEM_BOAT        Item is a boat
ITEM_BOAT        Item is a boat
ITEM_FOUNTAIN    Item is a fountain
ITEM_FOUNTAIN    Item is a fountain


SEE ALSO: OEDIT, OSET, ITEM_FLAGS
SEE ALSO: OEDIT, OSET, ITEM_FLAGS

Revision as of 13:32, 19 November 2008

When an item type is set, certain defaults are set, so for most types all you should need to do is set the type (i.e. fountain will not require any values to be set)

 Item types are as follows (and each type has detailed help):
(As always, if it isn't listed here, DONT set it)
ITEM_LIGHT       Item is a light source
ITEM_SCROLL      Item is a scroll
ITEM_WAND        Item is a wand
ITEM_STAFF       Item is a staff
ITEM_WEAPON      Item is a weapon
ITEM_ARMOR       Item is armor
ITEM_POTION      Item is a potion
ITEM_WORN        Does nothing
ITEM_OTHER       Misc object
ITEM_TRASH       Trash - shopkeeps won't buy
ITEM_CONTAINER   Item is a container
ITEM_NOTE        Item is note
ITEM_DRINKCON    Item is a drink container
ITEM_KEY         Item is a key
ITEM_FOOD        Item is food
ITEM_MONEY       Item is money (gold)
ITEM_PEN         Item is a pen
ITEM_BOAT        Item is a boat
ITEM_FOUNTAIN    Item is a fountain

SEE ALSO: OEDIT, OSET, ITEM_FLAGS