ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/sort_inventory
Revision: 1.1
Committed: Fri Feb 3 07:14:16 2006 UTC (18 years, 5 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

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.