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.23 by root, Sun Jan 25 23:56:13 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
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.
409 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.
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
414 world_105_115 (/world/world_105_115) in scorn 431 world_105_115 (/world/world_105_115) in scorn
439The server keeps maps in memory only for a short time (by default about 456The server keeps maps in memory only for a short time (by default about
44040 seconds). After that time, it saves them to disk. As the server loads 45740 seconds). After that time, it saves them to disk. As the server loads
441most maps in the background it is possible that you can see a map that is 458most maps in the background it is possible that you can see a map that is
442currently being loaded, but that's rare, as loading a map is fast. 459currently being loaded, but that's rare, as loading a map is fast.
443 460
444=item Svd: the amount of seconds the map was last saved (++ means >99). 461=item Svd: the amount of seconds since the map was last saved (++ means >99).
445 462
446The server by default tries to save each map at least every 20 seconds if 463The server by default tries to save each map at least every 20 seconds if
447it changed, so in case of a disastrous crash (one where the server cannot 464it changed, so in case of a disastrous crash (one where the server cannot
448emergency save), at most 20 seconds of gameplay are lost. 465emergency save), at most 20 seconds of gameplay are lost.
449 466
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