ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/pod/command_help.pod
(Generate patch)

Comparing deliantra/Deliantra-Client/pod/command_help.pod (file contents):
Revision 1.3 by root, Mon Aug 14 04:15:04 2006 UTC vs.
Revision 1.10 by root, Fri Dec 22 03:43:05 2006 UTC

193=item B<weapons> 193=item B<weapons>
194 194
195Drops weapons, bows, and arrows. 195Drops weapons, bows, and arrows.
196 196
197=item B<armor> (armour) 197=item B<armor> (armour)
198 198
199Drops armor, shield, and helmets. 199Drops armor, shield, and helmets.
200 200
201=item B<misc> 201=item B<misc>
202 202
203Drops horns, books, girdles, amulets, rings, cloaks, boots, gloves, 203Drops horns, books, girdles, amulets, rings, cloaks, boots, gloves,
281 281
282Shows a list of the highest level players in the game. 282Shows a list of the highest level players in the game.
283 283
284=head2 ignore 284=head2 ignore
285 285
286 ignore list
287
288Lists all players that you currently ignore.
289
286 ignore <player> <tell|shout|all> [timeout] 290 ignore <player> <tell|shout|all> [timeout]
287 291
288This command ignores the specified messages (B<tell> ignores tells, 292This command ignores the specified messages (B<tell> ignores tells,
289B<shout> ignores chat and shout and all ignores everything from the given 293B<shout> ignores chat and shout and all ignores everything from the given
290user). 294user).
293expires. The default is 24 (one day). The reason why all ignores expire 297expires. The default is 24 (one day). The reason why all ignores expire
294after a day by default is that most troublemakers stop soon after they are 298after a day by default is that most troublemakers stop soon after they are
295being ignored. 299being ignored.
296 300
297To revoke an ignore, use the B<unignore> command. 301To revoke an ignore, use the B<unignore> command.
298
299=head2 ignore list
300
301Lists all players that you currently ignore.
302 302
303=head2 inventory 303=head2 inventory
304 304
305Lists all items in your inventory along with their locked/applied/wielded 305Lists all items in your inventory along with their locked/applied/wielded
306status. Example: 306status. Example:
392 392
393'help traps for help with finding 393'help traps for help with finding
394and disarming traps 394and disarming traps
395 395
396=head2 killpets 396=head2 killpets
397
398 killpets [name]
397 399
398The killpets command is a quick and convenient way 400The killpets command is a quick and convenient way
399to get rid of all your pets when they are no longer 401to get rid of all your pets when they are no longer
400useful or are getting in the way. Any equipment 402useful or are getting in the way. Any equipment
401they had will be left behind, but you will get no 403they had will be left behind, but you will get no
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
410=head2 listen 412=head2 listen
411 413
414 listen <listen-level>
415
412Listen, sets the level of messages you will hear. 416Listen sets the level of messages you will hear.
413Priorities are defined as follows: 417Priorities are defined as follows:
414 418
415 0 - Nothing, not even "You punch kobold." or "You say: hi". 419 0 - Nothing, not even "You punch kobold." or "You say: hi".
416 1 - Only messages that have to do with yourself. 420 1 - Only messages that have to do with yourself.
417 2 - Emergency calls from other users 421 2 - Emergency calls from other users
733If you just want to invoke a skill once, leaving your range slot 737If you just want to invoke a skill once, leaving your range slot
734untouched, use L<use_skill> instead. 738untouched, use L<use_skill> instead.
735 739
736=head2 rename 740=head2 rename
737 741
738Changes the custom name of an item. 742Changes/removes the custom name of given item (or the marked one).
739 743
740 rename <item name> to <new name> 744 rename oldname to newname
745 rename "old item name" to "new item name"
741 746
742(Note: the angle brackets (<>) are mandatory and part of the syntax) 747If either of the names contain spaces, you have to use the C<">-form,
748otherwise you can just write the name as-is. If you omit the old name, the
749marked item will be used instead.
743 750
744If '<item name>' is omitted, defaults to marked item. 751If the new name is empty (i.e. C<"">), then the custom name will be
745 752removed from the item.
746If 'to <new name>' is omitted, clears the custom name.
747 753
748Note: maximum allowed name length is 127 characters. 754Note: maximum allowed name length is 127 characters.
749 755
750=head2 reply 756=head2 reply
751 757
967 973
968 unignore <login> 974 unignore <login>
969 975
970Cancels all ignores set for the specified login. See B<ignore>. 976Cancels all ignores set for the specified login. See B<ignore>.
971 977
978=head2 uptime
979
980Tells you something about the time the server was started and how long ago
981that was.
982
972=head2 use_skill 983=head2 use_skill
973 984
974 use_skill <name of skill> 985 use_skill <name of skill>
975 986
976Uses the given L<skill|pod/skill_help> immediately, once. See also 987Uses the given L<skill|pod/skill_help> immediately, once. See also

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines