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.17 by root, Tue Sep 23 00:22:41 2008 UTC vs.
Revision 1.21 by root, Sun Dec 28 16:35:32 2008 UTC

432=item I: B<I>n memory, B<S>wapped out or B<L>oading. 432=item I: B<I>n memory, B<S>wapped out or B<L>oading.
433 433
434The server keeps maps in memory only for a short time (by default about 434The server keeps maps in memory only for a short time (by default about
43540 seconds). After that time, it saves them to disk. As the server loads 43540 seconds). After that time, it saves them to disk. As the server loads
436most maps in the background it is possible that you can see a map that is 436most maps in the background it is possible that you can see a map that is
437currently being loaded, but thats rare, as loading a map is fast. 437currently being loaded, but that's rare, as loading a map is fast.
438 438
439=item Svd: the amount of seconds the map was last saved (++ means >99). 439=item Svd: the amount of seconds the map was last saved (++ means >99).
440 440
441The server by default tries to save each map at least every 20 seconds if 441The server by default tries to save each map at least every 20 seconds if
442it changed, so in case of a disastrous crash (one where the server cannot 442it changed, so in case of a disastrous crash (one where the server cannot
600 600
601=back 601=back
602 602
603=head2 pickup 603=head2 pickup
604 604
605 pickup +mode
606 pickup -mode
607 pickup density
608
605B<pickup> changes how you pick up items when you step on them. to pickup 609B<pickup> changes whether you pick up items when you step on them. To
606an item manually, use the ',' key. 610pickup an item manually, use the ',' key.
607 611
608Mode 0: Don't pick up items. 612The B<Pickup> tab in the playerbook is usually a better way to modify your
613autopickup settings than using this command.
609 614
610Mode 1: Pick up one item 615Mode can be one of:
611 616
612Mode 2: Pickup up one item and stop 617 "debug", "inhibit", "stop", "food", "drink", "valuables", "bow",
618 "arrow", "helmet", "shield", "armour", "boots", "gloves", "cloak",
619 "key", "missile", "allweapon", "magical", "potion", "spellbook",
620 "skillscroll", "readables", "magicdevice", "notcursed", "jewels",
621 "flesh"
613 622
614Mode 3: Stop before picking up items 623If a number (C<density>, must be 0..15) is specified, then items of at
615 624least the specified value density are picked up. Value density is given as
616Mode 4: Pick up all items 625gold/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 626
629The value in gold is what the item is worth if you sold it in the shop. 627The 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 628
637=head2 prepare 629=head2 prepare
638 630
639The same as cast. Usage: 631The same as cast. Usage:
640 632
730 722
731=head2 search-items 723=head2 search-items
732 724
733 search-items <word> 725 search-items <word>
734 726
735Automatically picks up all items with <word> in their name. search-items rod 727Automatically 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 728rod> will pick up all rods and heavy rods. C<search-items of Fire> will
737bolts, arrows, swords, etc. of Fire. 729pick up all bolts, arrows, swords, etc. of Fire, C<search-items magic+1>
730will pick up all items with magic+1, and so on, and so on.
731
732While this mode is active, you will be slower and the normal autopickup is
733disabled. To disable search mode again, execute C<search-items> without
734any arguments.
738 735
739=head2 seen 736=head2 seen
740 737
741 seen <login> 738 seen <login>
742 739
830Kills yourself. No, really. 827Kills yourself. No, really.
831 828
832This command might not look useful at first, but sometimes you can get 829This command might not look useful at first, but sometimes you can get
833yourself into a corner you can't escape anymore, either due to a map 830yourself into a corner you can't escape anymore, either due to a map
834bug or your own stupidity. Killing oneself can be difficult and time 831bug or your own stupidity. Killing oneself can be difficult and time
835consuming, thats why this command is provided. It is fast, painless, 832consuming, that's why this command is provided. It is fast, painless,
836effective, humane. 833effective, humane.
837 834
838=head2 take 835=head2 take
839 836
840The take commands take object(s) on the space the player is standing on, 837The take commands take object(s) on the space the player is standing on,
868 865
869=head2 time 866=head2 time
870 867
871Shows the Deliantra in-game time, not the server time. It looks like this: 868Shows the Deliantra in-game time, not the server time. It looks like this:
872 869
873 It is 52 minutes past 8 o'clock am, on the Day of the Bull 870 It is 52 minutes past 8 o'clock am, on the Day of the Bull,
874 The 2nd Day of the Month of the Frost Giant, Year 63 871 the 2nd Day of the Month of the Frost Giant, Year 63.
875 Time of Year: The Season of New Year 872 Time of Year: The Season of New Year.
876 873
877It is partially just for fun but it affects the darkness outside and the 874An hour of game time passes in 3 minutes of real time. The time and
878weather if weather is enabled in the server. 875calendar uses 60 minutes per hour, 28 hours per day, seven days per week,
876five weeks per month, and 17 months per year. The year is additionally
877split into four seasons of 4 months each, except the season of the
878Blizzard, which is 5 months long.
879
880The number "zero" is unknown, which is why the minutes go from 1 to 60.
881
882Seasons and the time of the day affect the overall outdoor daylight.
879 883
880=head2 title 884=head2 title
881 885
882 title <new title> 886 title <new title>
883 title clear # Sets your title back to your race. 887 title clear # Sets your title back to your race.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines