Download Game! Currently 109 players and visitors. Last logged in:SredaSiggyGhoragLlewar

Help: Handling

Item and equipment handling basics ================================== There are various commands related to item/equipment handling, and some of those share certain common features. At least "get"/"take", "drop", "put" and "give" commands should support these common terms. The item list specification can take a form like: "[prefix [prefix]] [, [prefix [prefix] ] [except [...]]" For example something as complex as: "all unkept armour, kept scroll 2, kept weapons except worn armours" Typically the commands you use will be far simpler, but the system is very flexible as demonstrated. ---| PREFIXES |---------------------------------------------------------- The following can be either unary terms OR prefixes to any of the terms described in "items" section, for example "kept armours" or "unkept items" or "all kept scroll", "unkept axe", "kept worn armours", "all unkept eq", "unkept scroll 2", etc. all : all items nokeep, no keep, unkept, : not kept, notkept : *items that are NOT in your keeplist keep, kept : *items that ARE in your keeplist worn, wielded, eq, equipment: worn / wielded unworn, unwielded, noeq, no eq, no equipment : unworn / unwielded * = NOTE! Special case if it is the only term specified, for example "put kept in chest" will put unworn / unwielded kept eq in chest. ---| ITEMS |------------------------------------------------------------- eq, equipment : all worn or wielded no eq, noeq, no equipment : all items that are not worn or wielded item : single item (unless 'all item') items : items (that are not armours or weapons) armour : single armour armours : all true armours weapon : single true weapon weapons : all true weapons cloth : single piece of clothing clothing, clothes : all clothes useless, lit : light objects Practical examples ================================= Assuming your inventory contains the following items: A cloth hat, A pair of cloth sandals, A brass shield, A brass vest, A brass helm, A feather vest, Two wooden shields and A bronze shield. You can use the following formats: >drop sandals You drop A pair of cloth sandals. >drop all shield You drop A brass shield, A wooden shield, A bronze shield and A wooden shield. >get all You take A wooden shield, A bronze shield, A wooden shield, A brass shield and A pair of cloth sandals. >put all vest, helm in bag (assuming you have a bag) You put A brass vest, A feather vest and A brass helm in bag. >get helm,vest,vest 2 from bag You take A brass helm, A feather vest and A brass vest from bag. >wear all (you wear all equipment) You wear A brass vest, A brass helm, A pair of cloth sandals, A brass shield, A wooden shield and A cloth hat. >drop eq (drop all things that are worn (your equipment)) You drop A brass vest, A brass helm, A pair of cloth sandals and A brass shield. > drop no eq (drop all things that are not part of your equipment) > sell noeq (sell non kept non worn items, usually better than sell all) >drop useless torch >give lit torch to newbie >put nokeep in frame (put all items not in your keeplist to a equipment frame/rig) >drop all unkept scroll >give unkept scroll to gore >get all except saddlebags,tether from horse SEE ALSO juggle, keep, wear, wield, count


[ Back to help list ]