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

Comparing deliantra/server/pod/command_help.pod (file contents):
Revision 1.24 by root, Fri Oct 16 00:44:06 2009 UTC vs.
Revision 1.25 by elmex, Fri Nov 13 15:52:25 2009 UTC

404 404
405If a name is specified then only pets with that 405If a name is specified then only pets with that
406name will be killed, e.g. killpets bat will kill bats 406name will be killed, e.g. killpets bat will kill bats
407but not bees. If a number is specified, the pet 407but not bees. If a number is specified, the pet
408corresponding to that number is killed. 408corresponding to that number is killed.
409
410=head2 lock
411
412 lock [object]
413
414The lock command is a quick and convenient way to
415lock items in your inventory.
416
417If a object name is specified then only the
418objects that match that name are locked.
419e.g. lock materials will lock any materials
420in your inventory and not touch anything else.
421
422lock by itself will lock everything in your
423inventory.
409 424
410=head2 mapinfo 425=head2 mapinfo
411 426
412Shows some information about the map like this: 427Shows some information about the map like this:
413 428
914 929
915 unignore <login> 930 unignore <login>
916 931
917Cancels all ignores set for the specified login. See B<ignore>. 932Cancels all ignores set for the specified login. See B<ignore>.
918 933
934=head2 unlock
935
936 unlock [object]
937
938The unlock command is a quick and convenient way
939to unlock items in your inventory.
940
941If a object name is specified then only the
942objects that match that name are unlocked.
943
944e.g. unlock materials will unlock any materials
945in your inventory and not touch anything else.
946
947unlock by itself will unlock everything in your
948inventory.
949
919=head2 uptime 950=head2 uptime
920 951
921Tells you something about the time the server was started and how long ago 952Tells you something about the time the server was started and how long ago
922that was. 953that was.
923 954

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines