ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/historic/playbook/appA.tex
Revision: 1.1
Committed: Thu Sep 7 21:42:59 2006 UTC (17 years, 10 months ago) by pippijn
Content type: application/x-tex
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-3_1, rel-3_0, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_3, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_52, rel-2_53, rel-2_32, rel-2_90, rel-2_92, rel-2_93, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41, HEAD
Log Message:
Moved documents to doc/historic

File Contents

# Content
1 \chapter{Player Commands}
2 \label{app:commands}
3 {\scriptsize
4 \begin{longtable}{p{4cm}p{9cm}}
5 add $<$display$>$ & Adds a display. Use from telnet connection. \\
6 apply $<$string$>$ & Applies top object in inventory {\em if} you give a string. \\
7 archs & ??? \\
8 bell $<$player$>$ & Makes that player's display beep. \\
9 berzerk & Toggles berzerk status. \\
10 bind & Used to bind commands to keys. \\
11 brace & Toggles brace status. While braced you will not move. \\
12 cast $<$spell$>$ & Readies named spell. \\
13 clearinfo & Clears the text screen. \\
14 disarm & Executes a disarming action in facing direction. \\
15 dm & Player becomes the dm. You character is unsavable after this. \\
16 drop $<$object$>$ & Drops object from player inventory. \\
17 dropall & Drops all but locked objects in inventory. \\
18 east & Execute a move east. \\
19 examine $<$object$>$ & Examines object, defaults to top object in inventory. \\
20 get & Picks up top object in look window. \\
21 gsay & Sends a message only to members of your party.\\
22 help $<$subject$>$ & Help on subject, defaults to shows list of available help. \\
23 hiscore & Show list of highest player scores. \\
24 inv-lock & Locks top object in inventory. \\
25 inv-unlock & Unlocks top object in inventory. \\
26 inventory & Lists all objects in inventory in text window. \\
27 invoke $<$spell$>$ $<$string$>$ & Readies, then casts a spell. String is optional \\
28 keyboard & Toggles buffering of keystrokes. \\
29 last & Not Implemented. \\
30 listen & Changes the level of your hearing. \\
31 malloc & Shows which stuff is taking up how much memory. \\
32 mapinfo & Show information about current map. \\
33 maps & Show status of all active maps. \\
34 motd & Show message of the day again. \\
35 north & Execute a move north. \\
36 northeast & Ditto to north east. \\
37 northwest & Ditto to the north west. \\
38 output-count & No idea what this does. \\
39 output-sync & No idea what this does. \\
40 party $<$command$>$ & Set of commands used with simple party system. \\
41 peaceful & Toggle peaceful status. \\
42 pickup $<$command$>$ & Change pickup status by number or value density. \\
43 prepare & Alias for cast command. \\
44 quit & Quit the game with out saving your character. \\
45 ready\_skill $<$skill$>$ & Prepare a skill for use. \\
46 refresh & Refresh all windows in the display. \\
47 rotateinventory & Rotate inventory by 1. \\
48 rotateshoottype & Rotate the range slot by 1. \\
49 rotatespells & Rotate through all known spells alphabetically. \\
50 save & Save your current position and status. \\
51 savewinpos & Save your current window layout. \\
52 say & Say something to all players on your map. \\
53 scroll & Toggle scrolling in the text window. \\
54 search & Execute a search in all nearby squares.\\
55 search-items $<$command$>$ & Change the status of items searched for. \\
56 shout & Send a message to all players regardless of map.\\
57 show & \\
58 showinvicon & Toggle status of invicon in inventory window. \\
59 skills & Show all available skills, experience categories and level.\\
60 south & Execute a move south.\\
61 southeast & Ditto to southeast. \\
62 southwest & Ditto to southwest. \\
63 sstable & Does something?? \\
64 stay & \\
65 strength $<$integer$>$ & Old command. Now useless. \\
66 strings & Shows the status of shared sting parameters. \\
67 sync $<$integer$>$ & Change sync value to integer. \\
68 take & Alias for pickup. \\
69 tell $<$who$>$ $<$msg$>$ & Tell character who the msg. \\
70 throw & Disabled command. \\
71 time & Gives statistics on packets?? \\
72 title $<$string$>$ & Change your title to string.\\
73 unbind $<$command$>$ & A set of commands to reverse key bindings. \\
74 use\_skill $<$skill$>$ $<$string$>$ & Ready, then use a skill. String is optional. \\
75 version & Print out all the contributors to \cf .\\
76 west & Execute a move west. \\
77 who & Show what players are currently logged on. \\
78 wimpy $<$percent$>$ & Auto-matically run away when hp$<$\%$\times$Max hp. \\
79 \end{longtable}
80 }