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.28 by root, Mon Jun 21 22:52:51 2010 UTC vs.
Revision 1.32 by root, Wed Nov 21 10:28:52 2012 UTC

1=begin comment 1=begin comment
2
2*** 3***
3*** WARNING: THIS IS A GENERATED FILE - CHANGES WILL BE LOST 4*** WARNING: THIS IS A GENERATED FILE - CHANGES WILL BE LOST
4*** The source for this file is in CFPlus/pod/command_help.pod 5*** The source for this file is in CFPlus/pod/command_help.pod
5*** Make any changes there and then run ./copy_doc 6*** Make any changes there and then run ./copy_doc
6*** 7***
8
7=end comment 9=end comment
8 10
9=encoding utf-8 11=encoding utf-8
10 12
11=head1 Deliantra Command ListingX<command> 13=head1 Deliantra Command ListingX<command>
18=head2 afk 20=head2 afk
19 21
20Puts you into AFK (Away From Keyboard) mode. This can be used when you 22Puts you into AFK (Away From Keyboard) mode. This can be used when you
21are away for some time but not long enough to log off. It will not save 23are away for some time but not long enough to log off. It will not save
22you from starvation and will merely list you as AFK in the user list. 24you from starvation and will merely list you as AFK in the user list.
25
26An argument of C<0> disables and C<1> enables this option, no argument
27toggles the setting.
23 28
24=head2 apply 29=head2 apply
25 30
26Apply applies an object. 31Apply applies an object.
27 32
130When you are braced, you lose your Dex bonus and incur a 2 point 135When you are braced, you lose your Dex bonus and incur a 2 point
131ac penalty beyond that (if you have a negative Dex bonus, you may in 136ac penalty beyond that (if you have a negative Dex bonus, you may in
132fact come out ahead. You also only get 20% of the normal experience 137fact come out ahead. You also only get 20% of the normal experience
133for killing creatures, and incur a 4 point WC (to hit) penalty. 138for killing creatures, and incur a 4 point WC (to hit) penalty.
134 139
140An argument of C<0> disables and C<1> enables this option, no argument
141toggles the setting.
142
143=head2 bumpmsg
144
145Toggles between wall bump messages (and sound) enabled and disabled. This
146greatly improves navigation experience in text-only clients, but works in
147any client.
148
149An argument of C<0> disables and C<1> enables this option, no argument
150toggles the setting.
151
135=head2 chat 152=head2 chat
136 153
137 chat <message> 154 chat <message>
138 155
139Sends a message to all players on the server. This is the normal way to 156Sends a message to all players on the server. This is the normal way to
146 163
147 cast burning hands 164 cast burning hands
148 165
149sets your I<range> slot to B<spell: burning hands>. 166sets your I<range> slot to B<spell: burning hands>.
150 167
168Some spells take an extra argument after their name, for example, B<cast
169dimension door 5> limits the maximum jump distance to 5 spaces.
170
151If you don't know the spell, shows which spells you do know. 171If you don't enter a spell name, shows which spells you do know.
152 172
153It is helpful to bind string like B<cast burning hands> to keys. 173It is helpful to bind string like B<cast burning hands> to keys.
154 174
155See C<help range> for more information on range weapons. 175See C<help range> for more information on range weapons.
156 176
804are level 4 in both skills and in literacy, you have 9944 experience points. 824are level 4 in both skills and in literacy, you have 9944 experience points.
805You need to reach 16000 to gain another level. The 25% at the end show you what 825You need to reach 16000 to gain another level. The 25% at the end show you what
806percentage of your experience is permanent, which means you cannot lose it if 826percentage of your experience is permanent, which means you cannot lose it if
807you die. 827you die.
808 828
809=head2 sort_inventory
810
811If sort_inventory is set, items will be inserted into your inventory
812in order by type than alphabetical. This, all scrolls will be grouped
813together, but in alphabetical order. Same for all weapons. This only
814applies to new items you pick up - items that you are already holding will
815not be sorted.
816
817If sort_inventory is not set (default), items will be inserted via type,
818subtype and magic. This, all axes will be grouped together in magic order,
819all daggers by magic order, etc. Unfortunately, for scrolls and rings, new
820ones just get inserted last.
821
822If you have a lot of stuff that is not in alphabetical order but you would
823like it to be, the best method is to drop all of it and then pick it up.
824
825=head2 sound 829=head2 sound
826 830
827Toggles between sound enabled and disabled. This has no relevance to the 831Toggles between sound enabled and disabled. This has no relevance to the
828sound settings of the client, it only governs whether the server will send 832sound settings of the client, it only governs whether the server will send
829sound effect command to the client and is enabled if the client supports 833sound effect command to the client and is enabled if the client supports
830sound (i.e. always for the deliantra client). 834sound (i.e. always for the deliantra client).
835
836An argument of C<0> disables and C<1> enables this option, no argument
837toggles the setting.
831 838
832=head2 sourcecode 839=head2 sourcecode
833 840
834This command displays the means to download the source code (server code, 841This command displays the means to download the source code (server code,
835maps and archetypes) used to implement this version of the game. 842maps and archetypes) used to implement this version of the game.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines