ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/pod/command_help.pod
(Generate patch)

Comparing deliantra/Deliantra-Client/pod/command_help.pod (file contents):
Revision 1.41 by elmex, Fri Nov 13 15:54:24 2009 UTC vs.
Revision 1.45 by root, Mon Jun 21 22:51:58 2010 UTC

1=encoding utf-8
2
1=head1 Deliantra Command ListingX<command> 3=head1 Deliantra Command ListingX<command>
2 4
3=head2 accept-invitation 5=head2 accept-invitation
4 6
5Accepts an invitation previously issued by another player using the invite 7Accepts an invitation previously issued by another player using the invite
147=head2 X<drop>drop (all|unpaid|cursed|unlocked|.*) 149=head2 X<drop>drop (all|unpaid|cursed|unlocked|.*)
148 150
149 drop [number] name 151 drop [number] name
150 152
151B<name> is the name of the item(s) to drop. It may match multiple items. 153B<name> is the name of the item(s) to drop. It may match multiple items.
152An object name matches when it contains the name. The name matching is 154The name is matched against the start of the objects in your inventory.
153case insensitive. 155The name matching is case insensitive.
154 156
155There are a few special name values: 157There are a few special name values:
156 158
157=over 4 159=over 4
158 160
406The lock command is a quick and convenient way to 408The lock command is a quick and convenient way to
407lock items in your inventory. 409lock items in your inventory.
408 410
409If a object name is specified then only the 411If a object name is specified then only the
410objects that match that name are locked. 412objects that match that name are locked.
411e.g lock materials will lock any materials 413e.g. lock materials will lock any materials
412in your inventory and not touch anything else. 414in your inventory and not touch anything else.
413 415
414lock by itself will lock everything in your 416lock by itself will lock everything in your
415inventory. 417inventory.
416 418
446The server keeps maps in memory only for a short time (by default about 448The server keeps maps in memory only for a short time (by default about
44740 seconds). After that time, it saves them to disk. As the server loads 44940 seconds). After that time, it saves them to disk. As the server loads
448most maps in the background it is possible that you can see a map that is 450most maps in the background it is possible that you can see a map that is
449currently being loaded, but that's rare, as loading a map is fast. 451currently being loaded, but that's rare, as loading a map is fast.
450 452
451=item Svd: the amount of seconds the map was last saved (++ means >99). 453=item Svd: the amount of seconds since the map was last saved (++ means >99).
452 454
453The server by default tries to save each map at least every 20 seconds if 455The server by default tries to save each map at least every 20 seconds if
454it changed, so in case of a disastrous crash (one where the server cannot 456it changed, so in case of a disastrous crash (one where the server cannot
455emergency save), at most 20 seconds of gameplay are lost. 457emergency save), at most 20 seconds of gameplay are lost.
456 458
748=head2 search-items 750=head2 search-items
749 751
750 search-items <word> 752 search-items <word>
751 753
752Automatically picks up all items with <word> in their name. C<search-items 754Automatically picks up all items with <word> in their name. C<search-items
753rod> will pick up all rods and heavy rods. C<search-items of fire> will 755rod> will pick up all rods and heavy rods. C<search-items of Fire> will
754pick up all bolts, arrows, swords, etc. of Fire, C<search-items magic+1> 756pick up all bolts, arrows, swords, etc. of Fire, C<search-items magic+1>
755will pick up all items with magic+1, and so on, and so on. 757will pick up all items with magic+1, and so on, and so on.
756
757You can also specify C<all> (to pick up I<everything>), C<cursed> to pick
758up only cursed items or C<unpaid>, which picks up only unpaid items.
759 758
760While this mode is active, you will be slower and the normal autopickup is 759While this mode is active, you will be slower and the normal autopickup is
761disabled. To disable search mode again, execute C<search-items> without 760disabled. To disable search mode again, execute C<search-items> without
762any arguments. 761any arguments.
763 762
928 927
929=head2 unlock 928=head2 unlock
930 929
931 unlock [object] 930 unlock [object]
932 931
933The unlock command is a quick and convenient way to 932The unlock command is a quick and convenient way
934unlock items in your inventory. 933to unlock items in your inventory.
935 934
936If a object name is specified then only the 935If a object name is specified then only the
937objects that match that name are unlocked. 936objects that match that name are unlocked.
938 937
939e.g unlock materials will unlock any materials 938e.g. unlock materials will unlock any materials
940in your inventory and not touch anything else. 939in your inventory and not touch anything else.
941 940
942unlock by itself will unlock everything in your 941unlock by itself will unlock everything in your
943inventory. 942inventory.
944 943

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines