1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Leaving characters in play -->
<!--X-From-R13: X Q Znjerapr <pynjNhaqre.rate.ftv.pbz> -->
<!--X-Date: Fri, 15 May 1998 18:03:41 &#45;0700 -->
<!--X-Message-Id: 199805160103.SAA03427#under,engr.sgi.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SGI.3.96.980514105638.2715A&#45;100000#red,angel.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Leaving characters in play</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#under,engr.sgi.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="msg00618.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00621.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00580.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00653.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00619">Author</A>
&nbsp;|&nbsp;<A HREF="#00619">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00619">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Leaving characters in play</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: Leaving characters in play </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</A>&gt;</LI>
<LI><em>Date</em>: Fri, 15 May 1998 18:03:32 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: "Petidomo List Agent -- Kanga.Nu version" &lt;<A HREF="mailto:petidomo#kanga,nu">petidomo#kanga,nu</A>&gt;</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Thu, 14 May 1998 11:21:17 -0700 (PDT) 
Adam Wiggins&lt;adam#angel,com&gt; wrote:

&gt; On Tue, 12 May 1998, John Bertoglio wrote:

&gt; A couple of things.  First, I think that the stuff above is pretty
&gt; different from VGA Planets.  It doesn't fix any problems (at least,
&gt; from where I'm sitting) incured by leaving people in game all the
&gt; time.  They can certainly set some standing orders for things their
&gt; character will do while they are away, but you don't need an
&gt; order-based combat system for this to work.  Secondly, getting the
&gt; above to actually work seamlessly in the mud environment might be
&gt; tricky.  Ie: while in combat, are *all* commands that you give
&gt; orders?  If not, doesn't that mean that players will quickly figure
&gt; out commands to hurt their opponents outside of the combat scheme?

It is this point which ghas persuaded me to almost entirely move away
from round based combat.  I refuse to place the entire game and all
players on a pacing clock (humans shall not wait for machines), but
not using a global clock while using usably long combat rounds opens
the combat system for all sorts of interesting abuse due to the
inconsistant time scales.

Opening the combat to being entirely untimed conversely allows spam
attacks and tends to guarantee that the fastest twitch will win.  Not
good.  Further, as discussed earlier, I can't distinguish between
combat and non-combat commands as even utterly innocuous commands will
be used heavily in combat ("drop mana consumers"), and very
combat-centric commands will be used peacibly (cf UggUgg's fight)..

I don't have a good design.  The best I can think of so far is:

  -- No first blows are fatal.  

  -- First blows may be nearly fatal.

  -- Second blows can be fatal, but its very very unlikely, especially
if the first blow was nearly fatal.

  -- Arrange these probabilities appropriately to force most combats
to the 15 - 20 seconds point.

  -- The game dynamically defines a "combat state" which is hidden
from the player and is used only for event process control.

  -- Combat state is initiated upon a definitely combat-oriented
command from any party (kill, fight, hit, damaging spell, etc).

  -- Combat state is declared for both target and source.

  -- Combat state's only effect is to enforce timings of actions.  It
takes XXX time to swing a sword, YYY time to cast a spell etc.

  -- Combat state is torn down when one part dies or leaves the
immediate vicinity.  (ie combat state does not apply to long distance
battles, only proximate)
  
I don't like it.  I really don't like it.  But its the best I've got
right now.

-- 
J C Lawrence                               Internet: claw#null,net
(Contractor)                               Internet: coder#ibm,net
---------(*)                     Internet: claw#under,engr.sgi.com
...Honourary Member of Clan McFud -- Teamer's Avenging Monolith...

-- 
MUD-Dev: Advancing an unrealised future.

</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="00580" HREF="msg00580.html">[MUD-Dev] Re: Leaving characters in play</A></STRONG>
<UL><LI><EM>From:</EM> Adam Wiggins &lt;adam#angel,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00618.html">[MUD-Dev] world concept</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00621.html">[MUD-Dev] Re: MURKLE: Wot it is</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00580.html">[MUD-Dev] Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00653.html">[MUD-Dev] Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00619"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00619"><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: Using HTML for a Mud character generator</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00825" HREF="msg00825.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
Robert Woods <a href="mailto:rwoods#nebula,honors.unr.edu">rwoods#nebula,honors.unr.edu</a>, Mon 25 May 1998, 06:00 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00822" HREF="msg00822.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Mon 25 May 1998, 05:37 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00531" HREF="msg00531.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Wed 13 May 1998, 05:35 GMT
<UL>
<LI><strong><A NAME="00580" HREF="msg00580.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Thu 14 May 1998, 18:21 GMT
<UL>
<LI><strong><A NAME="00619" HREF="msg00619.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Sat 16 May 1998, 01:03 GMT
</LI>
<LI><strong><A NAME="00653" HREF="msg00653.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Sun 17 May 1998, 21:45 GMT
</LI>
</UL>
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00629" HREF="msg00629.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Sat 16 May 1998, 09:47 GMT
<UL>
<LI><strong><A NAME="00714" HREF="msg00714.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 19 May 1998, 20:14 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00648" HREF="msg00648.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Sun 17 May 1998, 21:15 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>