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.31 by root, Thu Nov 8 16:34:31 2012 UTC

19 19
20Puts 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
21are 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
22you 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 23
24An argument of C<0> disables and C<1> enables this option, no argument
25toggles the setting.
26
24=head2 apply 27=head2 apply
25 28
26Apply applies an object. 29Apply applies an object.
27 30
28If no options are given, it applies an object you are standing on. 31If no options are given, it applies an object you are standing on.
130When 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
131ac 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
132fact 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
133for killing creatures, and incur a 4 point WC (to hit) penalty. 136for killing creatures, and incur a 4 point WC (to hit) penalty.
134 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
135=head2 chat 150=head2 chat
136 151
137 chat <message> 152 chat <message>
138 153
139Sends 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
146 161
147 cast burning hands 162 cast burning hands
148 163
149sets your I<range> slot to B<spell: burning hands>. 164sets your I<range> slot to B<spell: burning hands>.
150 165
166Some spells take an extra argument after their name, for example, B<cast
167dimension door 5> limits the maximum jump distance to 5 spaces.
168
151If you don't know the spell, shows which spells you do know. 169If you don't enter a spell name, shows which spells you do know.
152 170
153It is helpful to bind string like B<cast burning hands> to keys. 171It is helpful to bind string like B<cast burning hands> to keys.
154 172
155See C<help range> for more information on range weapons. 173See C<help range> for more information on range weapons.
156 174
804are level 4 in both skills and in literacy, you have 9944 experience points. 822are 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 823You 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 824percentage of your experience is permanent, which means you cannot lose it if
807you die. 825you die.
808 826
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 827=head2 sound
826 828
827Toggles between sound enabled and disabled. This has no relevance to the 829Toggles between sound enabled and disabled. This has no relevance to the
828sound settings of the client, it only governs whether the server will send 830sound 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 831sound effect command to the client and is enabled if the client supports
830sound (i.e. always for the deliantra client). 832sound (i.e. always for the deliantra client).
833
834An argument of C<0> disables and C<1> enables this option, no argument
835toggles the setting.
831 836
832=head2 sourcecode 837=head2 sourcecode
833 838
834This command displays the means to download the source code (server code, 839This command displays the means to download the source code (server code,
835maps and archetypes) used to implement this version of the game. 840maps and archetypes) used to implement this version of the game.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines