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.37 by root, Sun Jan 11 06:08:35 2009 UTC vs.
Revision 1.41 by elmex, Fri Nov 13 15:54:24 2009 UTC

147=head2 X<drop>drop (all|unpaid|cursed|unlocked|.*) 147=head2 X<drop>drop (all|unpaid|cursed|unlocked|.*)
148 148
149 drop [number] name 149 drop [number] name
150 150
151B<name> is the name of the item(s) to drop. It may match multiple items. 151B<name> is the name of the item(s) to drop. It may match multiple items.
152The name is matched against the start of the objects in your inventory. 152An object name matches when it contains the name. The name matching is
153The name matching is case insensitive. 153case insensitive.
154 154
155There are a few special name values: 155There are a few special name values:
156 156
157=over 4 157=over 4
158 158
397If a name is specified then only pets with that 397If a name is specified then only pets with that
398name will be killed, e.g. killpets bat will kill bats 398name will be killed, e.g. killpets bat will kill bats
399but not bees. If a number is specified, the pet 399but not bees. If a number is specified, the pet
400corresponding to that number is killed. 400corresponding to that number is killed.
401 401
402=head2 lock
403
404 lock [object]
405
406The lock command is a quick and convenient way to
407lock items in your inventory.
408
409If a object name is specified then only the
410objects that match that name are locked.
411e.g lock materials will lock any materials
412in your inventory and not touch anything else.
413
414lock by itself will lock everything in your
415inventory.
416
402=head2 mapinfo 417=head2 mapinfo
403 418
404Shows some information about the map like this: 419Shows some information about the map like this:
405 420
406 world_105_115 (/world/world_105_115) in scorn 421 world_105_115 (/world/world_105_115) in scorn
466 mark sword 481 mark sword
467 482
468B<mark> will look for best match first, and then look for matches based 483B<mark> will look for best match first, and then look for matches based
469on shortened name, object name, archetype name. It prints the match it 484on shortened name, object name, archetype name. It prints the match it
470finds. 485finds.
486
487=head2 me
488
489 me <message>
490
491Sends a message to all players on the server, similar to chat, but instead
492of using C<name chats: message>, the form C<* name message> is used, which
493is useful to describe yourself, such as:
494
495 me feels lonely
496 =>
497 * schmorp feels lonely
498
471 499
472=head2 motd 500=head2 motd
473 501
474Shows the message of the day. It takes no arguments. 502Shows the message of the day. It takes no arguments.
475 503
720=head2 search-items 748=head2 search-items
721 749
722 search-items <word> 750 search-items <word>
723 751
724Automatically picks up all items with <word> in their name. C<search-items 752Automatically picks up all items with <word> in their name. C<search-items
725rod> will pick up all rods and heavy rods. C<search-items of Fire> will 753rod> will pick up all rods and heavy rods. C<search-items of fire> will
726pick up all bolts, arrows, swords, etc. of Fire, C<search-items magic+1> 754pick up all bolts, arrows, swords, etc. of Fire, C<search-items magic+1>
727will pick up all items with magic+1, and so on, and so on. 755will 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.
728 759
729While this mode is active, you will be slower and the normal autopickup is 760While this mode is active, you will be slower and the normal autopickup is
730disabled. To disable search mode again, execute C<search-items> without 761disabled. To disable search mode again, execute C<search-items> without
731any arguments. 762any arguments.
732 763
893 924
894 unignore <login> 925 unignore <login>
895 926
896Cancels all ignores set for the specified login. See B<ignore>. 927Cancels all ignores set for the specified login. See B<ignore>.
897 928
929=head2 unlock
930
931 unlock [object]
932
933The unlock command is a quick and convenient way to
934unlock items in your inventory.
935
936If a object name is specified then only the
937objects that match that name are unlocked.
938
939e.g unlock materials will unlock any materials
940in your inventory and not touch anything else.
941
942unlock by itself will unlock everything in your
943inventory.
944
898=head2 uptime 945=head2 uptime
899 946
900Tells you something about the time the server was started and how long ago 947Tells you something about the time the server was started and how long ago
901that was. 948that was.
902 949

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines