1999Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: MUD Design doc &#45; Combat -->
<!--X-From-R13: "F. Oyrknaqre Bbcvry" <cbcvryNfahtuneobe.pbz> -->
<!--X-Date: Tue, 12 Jan 1999 09:38:35 &#45;0800 -->
<!--X-Message-Id: 199901121537.HAA28211#cashew,snugharbor.com.snugharbor.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 011901be3d8c$29ed0eb0$55e5edd0@dev&#45;18.chilisoft.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: MUD Design doc - Combat</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:popiel#snugharbor,com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00116.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00118.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00110.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00131.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00117">Author</A>
&nbsp;|&nbsp;<A HREF="#00117">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00117">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: MUD Design doc - Combat</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: MUD Design doc - Combat </LI>
<LI><em>From</em>: "T. Alexander Popiel" &lt;<A HREF="mailto:popiel#snugharbor,com">popiel#snugharbor,com</A>&gt;</LI>
<LI><em>Date</em>: Tue, 12 Jan 1999 07:37:15 -0800</LI>
<LI><em>cc</em>: <A HREF="mailto:popiel#snugharbor,com">popiel#snugharbor,com</A></LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
In message:  &lt;<A HREF="msg00110.html">011901be3d8c$29ed0eb0$55e5edd0#dev-18,chilisoft.com</A>&gt;
             "Caliban Tiresias Darklock" &lt;caliban#darklock,com&gt; writes:
&gt;
&gt;This may no longer be the case, but Tiny used to come out of the box
&gt;charging 1/64 of a penny for each and every command, no matter what it was.
&gt;With the generally-instituted "maximum" bankroll of 10,000 pennies, that
&gt;gives you a maximum of 640,000 commands at any time.

Err, no.  Tiny (and Penn, and MUX) come out of the box charging
1/64 of a penny for queueing, not the commands themselves.  There
is also a 10 penny deposit on each queue entry, which is refunded
when the queue entry is executed.  Note that commands entered
directly from sockets do not get queued (although their only
effect may be to cause _something_else_ to queue commands).

Nearly all coded objects work by reactively queueing commands,
hence my statement that your nifty coded objects stop working
when you run out of money.  Note that it is technically possible
to make an object that does all its work through the synchronous
lock and function language subset, avoiding the queue entirely,
but I've never seen that done.  (Prolly because nobody has
advertized that it is possible, with instructions on how...
the initial linkage is pretty arcane.)

- Alex


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00110" HREF="msg00110.html">[MUD-Dev] Re: MUD Design doc - Combat</A></STRONG>
<UL><LI><EM>From:</EM> "Caliban Tiresias Darklock" &lt;caliban#darklock,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00116.html">[MUD-Dev] Monthly FAQ Posting</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00118.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00110.html">[MUD-Dev] Re: MUD Design doc - Combat</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00131.html">[MUD-Dev] Re: MUD Design doc - Combat</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00117"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00117"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>[MUD-Dev] Re: MUD Design doc - Combat</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00064" HREF="msg00064.html">[MUD-Dev] Re: MUD Design doc - Combat</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Wed 06 Jan 1999, 20:34 GMT
</LI>
<LI><strong><A NAME="00067" HREF="msg00067.html">[MUD-Dev] Re: MUD Design doc - Combat</A></strong>, 
Kristen Koster <a href="mailto:koster#eden,com">koster#eden,com</a>, Wed 06 Jan 1999, 21:09 GMT
</LI>
<LI><strong><A NAME="00080" HREF="msg00080.html">[MUD-Dev] Re: MUD Design doc - Combat</A></strong>, 
Kristen Koster <a href="mailto:koster#eden,com">koster#eden,com</a>, Thu 07 Jan 1999, 03:06 GMT
</LI>
<LI><strong><A NAME="00110" HREF="msg00110.html">[MUD-Dev] Re: MUD Design doc - Combat</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Tue 12 Jan 1999, 06:51 GMT
<UL>
<LI><strong><A NAME="00117" HREF="msg00117.html">[MUD-Dev] Re: MUD Design doc - Combat</A></strong>, 
T. Alexander Popiel <a href="mailto:popiel#snugharbor,com">popiel#snugharbor,com</a>, Tue 12 Jan 1999, 17:38 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00131" HREF="msg00131.html">[MUD-Dev] Re: MUD Design doc - Combat</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Wed 13 Jan 1999, 15:51 GMT
<UL>
<LI><strong><A NAME="00136" HREF="msg00136.html">[MUD-Dev] Re: MUD Design doc - Combat</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Wed 13 Jan 1999, 18:42 GMT
</LI>
<LI><strong><A NAME="00144" HREF="msg00144.html">[MUD-Dev] Re: MUD Design doc - Combat</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 13 Jan 1999, 23:16 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00158" HREF="msg00158.html">[MUD-Dev] Re: MUD Design doc - Combat</A></strong>, 
quzah [softhome] <a href="mailto:quzah#softhome,net">quzah#softhome,net</a>, Thu 14 Jan 1999, 03:12 GMT
</LI>
</ul>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>