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.33 by pippijn, Tue Dec 23 18:52:54 2008 UTC vs.
Revision 1.34 by root, Sun Dec 28 10:20:34 2008 UTC

592 592
593=back 593=back
594 594
595=head2 pickup 595=head2 pickup
596 596
597 pickup +mode
598 pickup -mode
599 pickup density
600
597B<pickup> changes how you pick up items when you step on them. to pickup 601B<pickup> changes whether you pick up items when you step on them. To
598an item manually, use the ',' key. 602pickup an item manually, use the ',' key.
599 603
600Mode 0: Don't pick up items. 604The B<Pickup> tab in the playerbook is usually a better way to modify your
605autopickup settings than using this command.
601 606
602Mode 1: Pick up one item 607Mode can be one of:
603 608
604Mode 2: Pickup up one item and stop 609 "debug", "inhibit", "stop", "food", "drink", "valuables", "bow",
610 "arrow", "helmet", "shield", "armour", "boots", "gloves", "cloak",
611 "key", "missile", "allweapon", "magical", "potion", "spellbook",
612 "skillscroll", "readables", "magicdevice", "notcursed", "jewels",
613 "flesh"
605 614
606Mode 3: Stop before picking up items 615If a number (C<density>) is specified, then items of at least the
607 616specified value density are picked up. Value density is given as
608Mode 4: Pick up all items 617gold/weight in kilograms.
609
610Mode 5: Pick up all items and stop
611
612Mode 6: Pick up all magical items
613
614Mode 7: Pick up all coins and gems
615
616Modes above 7: Pickup items with
617a value density greater than the pickup mode.
618
619Value density is value in gold/weight in kilograms.
620 618
621The value in gold is what the item is worth if you sold it in the shop. 619The value in gold is what the item is worth if you sold it in the shop.
622
623Goldcoins have a value density of 66,
624
625Density 10 will pickup silver, gold, rings, wands, books, and scrolls.
626Artifacts are also picked up.
627
628 620
629=head2 prepare 621=head2 prepare
630 622
631The same as cast. Usage: 623The same as cast. Usage:
632 624
722 714
723=head2 search-items 715=head2 search-items
724 716
725 search-items <word> 717 search-items <word>
726 718
727Automatically picks up all items with <word> in their name. search-items rod 719Automatically picks up all items with <word> in their name. C<search-items
728will pick up all rods and heavy rods. search-items of Fire will pick up all 720rod> will pick up all rods and heavy rods. C<search-items of Fire> will
729bolts, arrows, swords, etc. of Fire. 721pick up all bolts, arrows, swords, etc. of Fire, C<search-items magic+1>
722will pick up all items with magic+1, and so on, and so on.
723
724While this mode is active, you will be slower and the normal autopickup is
725disabled. To disable search mode again, execute C<search-items> without
726any arguments.
730 727
731=head2 seen 728=head2 seen
732 729
733 seen <login> 730 seen <login>
734 731

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines