Verb:STOW: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(Added Example of stowing a wand in a wand stow container, because 4 people tried to get it to work with no luck. Had syntax wrong but it was very confusing. Hope example helps others. (STOW WAND does not work but STOW WAND WAND does work))
(Added one more example because "STOW WAND WAND" is important to know but it doesn't demonstrate the syntax as clearly as "STOW GEM EMERALD")
Line 36: Line 36:
</pre>
</pre>


'''Example:'''
'''Example 1:'''


To set your "backpack" as your wand stow container, do the following:
To set your "knapsack" as your '''GEM''' stow container, do the following:
*STOW SET WAND BACKPACK
*STOW SET '''GEM''' KNAPSACK
With a wand in your hand, to stow the wand in your sack:
With an emerald in your hand, to stow the emerald in your knapsack (which is now your '''GEM''' stow container):
*STOW WAND WAND
*STOW '''GEM''' EMERALD

'''Example 2:'''

To set your "backpack" as your '''WAND''' stow container, do the following:
*STOW SET '''WAND''' BACKPACK
With a wand in your hand, to stow the wand in your backpack (which is now your '''WAND''' stow container):
*STOW '''WAND''' WAND


==See also==
==See also==

Revision as of 15:52, 29 April 2020

STOW will put your items in your default container.

Usage:

  STOW [type] {item}
   - STOW the {item} in your configured [type] container, or your
     default container if [type] is not specified or configured.

  STOW SET {container}
   - Sets the default container in which to STOW items.
  STOW SET {type} {container}
   - Sets the {type} container in which to STOW items.

  STOW (LEFT | RIGHT | ALL) [type]
   - STOW them item(s) held in the specified hand(s) in your default container.
   - If a valid [type] is specified, STOW the item(s) in your [type] container.

  STOW LIST
   - Show your current STOW container configuration.

  STOW CLEAR
   - Clear all STOW container settings and start fresh after confirmation.

  Valid STOW containers must be worn in your inventory.

  You may also click on an item in your hand and choose "stow" from the menu to stow it.

  Use STOW SET to see details on container types that work with this verb.

TYPES include:

You may also specify individual containers to hold the following specific classes of commonly stowed items.
You may STOW SET {TYPE} for the following types: BOX, GEM, HERB, SKIN, WAND, SCROLL, POTION, REAGENT, TRINKET, LOCKPICK, TREASURE, FORAGEABLE

Example 1:

To set your "knapsack" as your GEM stow container, do the following:

  • STOW SET GEM KNAPSACK

With an emerald in your hand, to stow the emerald in your knapsack (which is now your GEM stow container):

  • STOW GEM EMERALD

Example 2:

To set your "backpack" as your WAND stow container, do the following:

  • STOW SET WAND BACKPACK

With a wand in your hand, to stow the wand in your backpack (which is now your WAND stow container):

  • STOW WAND WAND

See also