ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/sort_inventory
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 If sort_inventory is set, items will be
2 inserted into your inventory in
3 order by type than alphabetical. This,
4 all scrolls will be grouped together,
5 but in alphabetical order. Same for
6 all weapons. This only applies
7 to new items you pick up - items that
8 you are already holding will not be
9 sorted.
10
11 If sort_inventory is not set (default),
12 items will be inserted via type,
13 subtype and magic. This, all axes
14 will be grouped together in magic
15 order, all daggers by magic order,
16 etc. Unforunately, for scrolls and
17 rings, new ones just get inserted
18 last.
19
20 If you have a lot of stuff that is not
21 in alphabetical order but you would
22 like it to be, the best method is to
23 drop all of it and then pick it up.