ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/applymode
Revision: 1.2
Committed: Mon Sep 10 17:33:43 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 Applymode controls what happens when you are equipping something that would require something
2 else to be unequipped.
3
4 The options are:
5
6 nochoice: In this case, if there is no choice for the item(s) being removed in order
7 to equip your new item. An example of this is a wand - there can only be one other item
8 needed to be unequipped for the new item to be equipped. Note that in the case of two handed
9 objects, like bows, it can result in two (or more) items being unequipped to equip your new
10 item.
11
12 never: In this case, it will never unequip something for you. It will instead tell you
13 want you need to unequip - this can be a list of many objects.
14
15 always: This will unequip whatever is needed to equip your new item.
16
17 An example of how the above works:
18
19 If your character currently has two rings, and tries to equip a third, the nochoice
20 mode will print the two rings you currently have equipped. The always mode will unequip
21 one of the rings in your inventory. The ring unequipped is fairly indeterminate - it
22 depends on how the server has ordered your inventory (which is not the same as the
23 order your window displays).
24
25 If your character is currently wearing a suit of armor, and you try to equip another
26 suit, both nochoice and always will cause the new suit to get equipped.
27
28 See Also: apply