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.29 by root, Sat Oct 16 22:51: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
16=head2 afk 18=head2 afk
17 19
18Puts you into AFK (Away From Keyboard) mode. This can be used when you 20Puts you into AFK (Away From Keyboard) mode. This can be used when you
19are away for some time but not long enough to log off. It will not save 21are away for some time but not long enough to log off. It will not save
20you from starvation and will merely list you as AFK in the user list. 22you from starvation and will merely list you as AFK in the user list.
23
24An argument of C<0> disables and C<1> enables this option, no argument
25toggles the setting.
21 26
22=head2 apply 27=head2 apply
23 28
24Apply applies an object. 29Apply applies an object.
25 30
128When you are braced, you lose your Dex bonus and incur a 2 point 133When you are braced, you lose your Dex bonus and incur a 2 point
129ac penalty beyond that (if you have a negative Dex bonus, you may in 134ac penalty beyond that (if you have a negative Dex bonus, you may in
130fact come out ahead. You also only get 20% of the normal experience 135fact come out ahead. You also only get 20% of the normal experience
131for killing creatures, and incur a 4 point WC (to hit) penalty. 136for killing creatures, and incur a 4 point WC (to hit) penalty.
132 137
138An argument of C<0> disables and C<1> enables this option, no argument
139toggles the setting.
140
141=head2 bumpmsg
142
143Toggles between wall bump messages (and sound) enabled and disabled. This
144greatly improves navigation experience in text-only clients, but works in
145any client.
146
147An argument of C<0> disables and C<1> enables this option, no argument
148toggles the setting.
149
133=head2 chat 150=head2 chat
134 151
135 chat <message> 152 chat <message>
136 153
137Sends a message to all players on the server. This is the normal way to 154Sends a message to all players on the server. This is the normal way to
405If a name is specified then only pets with that 422If a name is specified then only pets with that
406name will be killed, e.g. killpets bat will kill bats 423name will be killed, e.g. killpets bat will kill bats
407but not bees. If a number is specified, the pet 424but not bees. If a number is specified, the pet
408corresponding to that number is killed. 425corresponding to that number is killed.
409 426
427=head2 lock
428
429 lock [object]
430
431The lock command is a quick and convenient way to
432lock items in your inventory.
433
434If a object name is specified then only the
435objects that match that name are locked.
436e.g. lock materials will lock any materials
437in your inventory and not touch anything else.
438
439lock by itself will lock everything in your
440inventory.
441
410=head2 mapinfo 442=head2 mapinfo
411 443
412Shows some information about the map like this: 444Shows some information about the map like this:
413 445
414 world_105_115 (/world/world_105_115) in scorn 446 world_105_115 (/world/world_105_115) in scorn
439The server keeps maps in memory only for a short time (by default about 471The 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 47240 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 473most 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. 474currently being loaded, but that's rare, as loading a map is fast.
443 475
444=item Svd: the amount of seconds the map was last saved (++ means >99). 476=item Svd: the amount of seconds since the map was last saved (++ means >99).
445 477
446The server by default tries to save each map at least every 20 seconds if 478The 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 479it changed, so in case of a disastrous crash (one where the server cannot
448emergency save), at most 20 seconds of gameplay are lost. 480emergency save), at most 20 seconds of gameplay are lost.
449 481
810Toggles between sound enabled and disabled. This has no relevance to the 842Toggles between sound enabled and disabled. This has no relevance to the
811sound settings of the client, it only governs whether the server will send 843sound settings of the client, it only governs whether the server will send
812sound effect command to the client and is enabled if the client supports 844sound effect command to the client and is enabled if the client supports
813sound (i.e. always for the deliantra client). 845sound (i.e. always for the deliantra client).
814 846
847An argument of C<0> disables and C<1> enables this option, no argument
848toggles the setting.
849
815=head2 sourcecode 850=head2 sourcecode
816 851
817This command displays the means to download the source code (server code, 852This command displays the means to download the source code (server code,
818maps and archetypes) used to implement this version of the game. 853maps and archetypes) used to implement this version of the game.
819 854
914 949
915 unignore <login> 950 unignore <login>
916 951
917Cancels all ignores set for the specified login. See B<ignore>. 952Cancels all ignores set for the specified login. See B<ignore>.
918 953
954=head2 unlock
955
956 unlock [object]
957
958The unlock command is a quick and convenient way
959to unlock items in your inventory.
960
961If a object name is specified then only the
962objects that match that name are unlocked.
963
964e.g. unlock materials will unlock any materials
965in your inventory and not touch anything else.
966
967unlock by itself will unlock everything in your
968inventory.
969
919=head2 uptime 970=head2 uptime
920 971
921Tells you something about the time the server was started and how long ago 972Tells you something about the time the server was started and how long ago
922that was. 973that was.
923 974

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines