ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/drop
Revision: 1.2
Committed: Mon Sep 10 17:33:44 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
remove cruft

File Contents

# Content
1 Drop usage:
2
3 drop [number] name
4
5 name is the name of the item(s) to drop. It may match multiple items.
6 The name is matched against the start of the objects in your inventory.
7 The name matching is case insensitive.
8
9 There are a few special name values:
10 all - matches any item.
11 unpaid - matches unpaid items
12 cursed - drops items known to be cursed or damned.
13 unlocked - drops items not locked in your inventory
14
15 number is optional. This acts as the number of the object to drop.
16 The objects number must be at least the number for it to be dropped.
17 For example, if you do 'drop 10 scroll', only groupings of 10 or more
18 scrolsl will be dropped. A collection of 5 scrolls will not be dropped.
19
20 See also 'dropall' and mouse button control within client for dropping
21 objects.