ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/drop
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:14:16 2006 UTC (18 years, 5 months ago) by root
Branch: UPSTREAM
CVS Tags: rel-2_0, rel-2_1, UPSTREAM_2006_03_15, LAST_C_VERSION, STABLE, UPSTREAM_2006_02_22, difficulty_fix_merge_060810_2300, UPSTREAM_2006_02_03
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

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.