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.6 by root, Sat Sep 9 23:30:33 2006 UTC vs.
Revision 1.9 by root, Mon Dec 11 02:43:21 2006 UTC

404'help traps for help with finding 404'help traps for help with finding
405and disarming traps 405and disarming traps
406 406
407=head2 killpets 407=head2 killpets
408 408
409 killpets [name]
410
409The killpets command is a quick and convenient way 411The killpets command is a quick and convenient way
410to get rid of all your pets when they are no longer 412to get rid of all your pets when they are no longer
411useful or are getting in the way. Any equipment 413useful or are getting in the way. Any equipment
412they had will be left behind, but you will get no 414they had will be left behind, but you will get no
413experience for their death. However, it kills them 415experience for their death. However, it kills them
418but not bees. If a number is specified, the pet 420but not bees. If a number is specified, the pet
419corresponding to that number is killed. 421corresponding to that number is killed.
420 422
421=head2 listen 423=head2 listen
422 424
425 listen <listen-level>
426
423Listen, sets the level of messages you will hear. 427Listen sets the level of messages you will hear.
424Priorities are defined as follows: 428Priorities are defined as follows:
425 429
426 0 - Nothing, not even "You punch kobold." or "You say: hi". 430 0 - Nothing, not even "You punch kobold." or "You say: hi".
427 1 - Only messages that have to do with yourself. 431 1 - Only messages that have to do with yourself.
428 2 - Emergency calls from other users 432 2 - Emergency calls from other users
744If you just want to invoke a skill once, leaving your range slot 748If you just want to invoke a skill once, leaving your range slot
745untouched, use L<use_skill> instead. 749untouched, use L<use_skill> instead.
746 750
747=head2 rename 751=head2 rename
748 752
749Changes the custom name of an item. 753Changes/removes the custom name of given item (or the marked one).
750 754
751 rename <item name> to <new name> 755 rename oldname to newname
756 rename "old item name" to "new item name"
752 757
753(Note: the angle brackets (<>) are mandatory and part of the syntax) 758If either of the names contain spaces, you have to use the C<">-form,
759otherwise you can just write the name as-is. If you omit the old name, the
760marked item will be used instead.
754 761
755If '<item name>' is omitted, defaults to marked item. 762If the new name is empty (i.e. C<"">), then the custom name will be
756 763removed from the item.
757If 'to <new name>' is omitted, clears the custom name.
758 764
759Note: maximum allowed name length is 127 characters. 765Note: maximum allowed name length is 127 characters.
760 766
761=head2 reply 767=head2 reply
762 768
978 984
979 unignore <login> 985 unignore <login>
980 986
981Cancels all ignores set for the specified login. See B<ignore>. 987Cancels all ignores set for the specified login. See B<ignore>.
982 988
989=head2 uptime
990
991Tells you something about the time the server was started and how long ago
992that was.
993
983=head2 use_skill 994=head2 use_skill
984 995
985 use_skill <name of skill> 996 use_skill <name of skill>
986 997
987Uses the given L<skill|pod/skill_help> immediately, once. See also 998Uses the given L<skill|pod/skill_help> immediately, once. See also

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines