changeset 379:abc865c43aec

Blip.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Apr 2006 23:20:15 +0000
parents a8bd6e045cef
children b681dd8c4d41
files docs/manual.sgml
diffstat 1 files changed, 49 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/docs/manual.sgml	Mon Apr 03 00:22:20 2006 +0000
+++ b/docs/manual.sgml	Tue Apr 04 23:20:15 2006 +0000
@@ -1056,7 +1056,7 @@
 
 <!-- ================================================ -->
 
-<section id="usage-general-skillspell"><title>Skill handling</title>
+<section id="usage-general-skillspell"><title>Skill and spell handling</title>
 <para>
 </para>
 </section>
@@ -1074,7 +1074,35 @@
 
 <section id="usage-misc"><title>Miscellaneous stuff (ggrtf-misc.tf)</title>
 <para>
+In the beginning of GgrTF's development, many features now residing
+in misc-module were originally part of the core system. But as
+the code grew, some features were deemed to be useful, but not to
+be part of the basic core functionality - thus the misc-module was
+created.
 </para>
+
+<itemizedlist>
+ <listitem><para>Path compression for map.tf. TinyFugue distribution
+comes with map.tf, which enables easy creation of walkpaths
+(See "/help map" in TF). GgrTF adds an RLE compressor, which reduces
+the length of the paths and an additional command to output the paths
+in format that is compatible with BatMUD's "command"-aliases.
+</para></listitem>
+
+ <listitem><para>Consider-skill reporting.
+</para></listitem>
+
+ <listitem><para>Simple hit statistics gathering and reporting (/hstats)
+</para></listitem>
+
+ <listitem><para>
+</para></listitem>
+
+ <listitem><para>
+</para></listitem>
+
+</itemizedlist>
+
 </section>
 
 <!-- ================================================ -->
@@ -1480,6 +1508,11 @@
 specifying a player's name, cast his/her request.
 </para>
 
+<para>
+You can either directly use the macros or use <link linkend="">
+command bindings</link> to have shorthand commands instead.
+</para>
+
 <screenshot>
  <mediaobject>
   <imageobject><imagedata fileref="rais_list.gif" format="GIF"></imageobject>
@@ -1489,8 +1522,9 @@
   </textobject>
   <caption>
    <para>
-An example output of "/acc" macro listing the accepted players and
-respective requested spells for each. The time field shows how much
+An example output of "/acpt_list" macro, listing the players
+who have accepted services from you and respective requested
+spells for each. The time field shows how much
 time has passed from the accept.
 </para>
   </caption>
@@ -1506,19 +1540,22 @@
  <tgroup cols="2" align="left">
   <thead>
    <row>
-    <entry>Command</entry>
+    <entry>Macro</entry>
+    <entry>Default binding</entry>
     <entry>Description</entry>
    </row>
   </thead>
   <tbody>
    <row>
-    <entry>/acc</entry>
+    <entry>/acpt_list</entry>
+    <entry>acc</entry>
     <entry>
 View list of people who have accepted something from you.
 </entry>
    </row>
    <row>
-    <entry>/clast [name]</entry>
+    <entry>/acpt_cast [name]</entry>
+    <entry>clast [name]</entry>
     <entry>
 Cast Last-type functionality. Without arguments casts the LATEST
 requested spell. Optionally you can specify a name of the player
@@ -1526,10 +1563,13 @@
 </entry>
    </row>
    <row>
-    <entry>/cclear</entry>
+    <entry>/acpt_clear</entry>
+    <entry>cclear</entry>
     <entry>
-Clears the list. May be useful, if the automatic removal
-misfunctions for some reason.
+Clears the list. Useful, if the automatic removal
+malfunctions for some reason. (For example, if target
+uses 'pray' to become alive again, there is no message
+provided to the caster.)
 </entry>
    </row>
   </tbody>