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.19 by pippijn, Tue Dec 23 18:52:57 2008 UTC vs.
Revision 1.23 by root, Sun Jan 25 23:56:13 2009 UTC

77 77
78See L<apply|command/apply>. 78See L<apply|command/apply>.
79 79
80=head2 body 80=head2 body
81 81
82Shows how much you are wielding on certain body parts. For example as 82Shows how much (and what) you are wielding on certain body parts.
83
83fireborn, you have 4 fingers to put rings on. If you have 3 rings on it will 84For example as fireborn, you have 4 fingers to put rings on. If you have
84say: "on your finger 3 1", meaning you have 3 fingers full and one free. 853 rings on it will say: "on your finger 3 1", meaning you have 3 fingers
86full and one free.
87
88Both items as well as skills and other more esoteric objects can use those
89body parts.
85 90
86=head2 X<bowmode>bowmode (normal|threewide|spreadshot|bestarrow|.*) 91=head2 X<bowmode>bowmode (normal|threewide|spreadshot|bestarrow|.*)
87 92
88The C<bowmode> controls how you will fire arrows and bolts. 93The C<bowmode> controls how you will fire arrows and bolts.
89 94
469 mark sword 474 mark sword
470 475
471B<mark> will look for best match first, and then look for matches based 476B<mark> will look for best match first, and then look for matches based
472on shortened name, object name, archetype name. It prints the match it 477on shortened name, object name, archetype name. It prints the match it
473finds. 478finds.
479
480=head2 me
481
482 me <message>
483
484Sends a message to all players on the server, similar to chat, but instead
485of using C<name chats: message>, the form C<* name message> is used, which
486is useful to describe yourself, such as:
487
488 me feels lonely
489 =>
490 * schmorp feels lonely
491
474 492
475=head2 motd 493=head2 motd
476 494
477Shows the message of the day. It takes no arguments. 495Shows the message of the day. It takes no arguments.
478 496
582 600
583=over 4 601=over 4
584 602
585=item B<normal> 603=item B<normal>
586 604
587As you would expect. 605Monsters behave normally, i.e. according to their own character.
588 606
589=item B<sad> (search and destroy) 607=item B<sad> (search and destroy)
590 608
591Pets will roam and seek out things to attack. 609Pets will roam and seek out things to attack.
592 610
600 618
601=back 619=back
602 620
603=head2 pickup 621=head2 pickup
604 622
623 pickup +mode
624 pickup -mode
625 pickup density
626
605B<pickup> changes how you pick up items when you step on them. to pickup 627B<pickup> changes whether you pick up items when you step on them. To
606an item manually, use the ',' key. 628pickup an item manually, use the ',' key.
607 629
608Mode 0: Don't pick up items. 630The B<Pickup> tab in the playerbook is usually a better way to modify your
631autopickup settings than using this command.
609 632
610Mode 1: Pick up one item 633Mode can be one of:
611 634
612Mode 2: Pickup up one item and stop 635 "debug", "inhibit", "stop", "food", "drink", "valuables", "bow",
636 "arrow", "helmet", "shield", "armour", "boots", "gloves", "cloak",
637 "key", "missile", "allweapon", "magical", "potion", "spellbook",
638 "skillscroll", "readables", "magicdevice", "notcursed", "jewels",
639 "flesh"
613 640
614Mode 3: Stop before picking up items 641If a number (C<density>, must be 0..15) is specified, then items of at
615 642least the specified value density are picked up. Value density is given as
616Mode 4: Pick up all items 643gold/weight in kilograms.
617
618Mode 5: Pick up all items and stop
619
620Mode 6: Pick up all magical items
621
622Mode 7: Pick up all coins and gems
623
624Modes above 7: Pickup items with
625a value density greater than the pickup mode.
626
627Value density is value in gold/weight in kilograms.
628 644
629The value in gold is what the item is worth if you sold it in the shop. 645The value in gold is what the item is worth if you sold it in the shop.
630
631Goldcoins have a value density of 66,
632
633Density 10 will pickup silver, gold, rings, wands, books, and scrolls.
634Artifacts are also picked up.
635
636 646
637=head2 prepare 647=head2 prepare
638 648
639The same as cast. Usage: 649The same as cast. Usage:
640 650
730 740
731=head2 search-items 741=head2 search-items
732 742
733 search-items <word> 743 search-items <word>
734 744
735Automatically picks up all items with <word> in their name. search-items rod 745Automatically picks up all items with <word> in their name. C<search-items
736will pick up all rods and heavy rods. search-items of Fire will pick up all 746rod> will pick up all rods and heavy rods. C<search-items of Fire> will
737bolts, arrows, swords, etc. of Fire. 747pick up all bolts, arrows, swords, etc. of Fire, C<search-items magic+1>
748will pick up all items with magic+1, and so on, and so on.
749
750While this mode is active, you will be slower and the normal autopickup is
751disabled. To disable search mode again, execute C<search-items> without
752any arguments.
738 753
739=head2 seen 754=head2 seen
740 755
741 seen <login> 756 seen <login>
742 757

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines