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.28 by root, Mon Jun 21 22:52:51 2010 UTC

4*** The source for this file is in CFPlus/pod/command_help.pod 4*** The source for this file is in CFPlus/pod/command_help.pod
5*** Make any changes there and then run ./copy_doc 5*** Make any changes there and then run ./copy_doc
6*** 6***
7=end comment 7=end comment
8 8
9=encoding utf-8
10
9=head1 Deliantra Command ListingX<command> 11=head1 Deliantra Command ListingX<command>
10 12
11=head2 accept-invitation 13=head2 accept-invitation
12 14
13Accepts an invitation previously issued by another player using the invite 15Accepts an invitation previously issued by another player using the invite
404 406
405If a name is specified then only pets with that 407If a name is specified then only pets with that
406name will be killed, e.g. killpets bat will kill bats 408name will be killed, e.g. killpets bat will kill bats
407but not bees. If a number is specified, the pet 409but not bees. If a number is specified, the pet
408corresponding to that number is killed. 410corresponding to that number is killed.
411
412=head2 lock
413
414 lock [object]
415
416The lock command is a quick and convenient way to
417lock items in your inventory.
418
419If a object name is specified then only the
420objects that match that name are locked.
421e.g. lock materials will lock any materials
422in your inventory and not touch anything else.
423
424lock by itself will lock everything in your
425inventory.
409 426
410=head2 mapinfo 427=head2 mapinfo
411 428
412Shows some information about the map like this: 429Shows some information about the map like this:
413 430
914 931
915 unignore <login> 932 unignore <login>
916 933
917Cancels all ignores set for the specified login. See B<ignore>. 934Cancels all ignores set for the specified login. See B<ignore>.
918 935
936=head2 unlock
937
938 unlock [object]
939
940The unlock command is a quick and convenient way
941to unlock items in your inventory.
942
943If a object name is specified then only the
944objects that match that name are unlocked.
945
946e.g. unlock materials will unlock any materials
947in your inventory and not touch anything else.
948
949unlock by itself will unlock everything in your
950inventory.
951
919=head2 uptime 952=head2 uptime
920 953
921Tells you something about the time the server was started and how long ago 954Tells you something about the time the server was started and how long ago
922that was. 955that was.
923 956

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines