1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Leaving characters in play -->
<!--X-From-R13: Oqnz Ivttvaf <nqnzNnatry.pbz> -->
<!--X-Date: Tue, 26 May 1998 15:56:04 &#45;0700 -->
<!--X-Message-Id: Pine.SGI.3.96.980526153838.5633G&#45;100000#red,angel.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.BSF.3.96.980517221707.26074C&#45;100000#dillinger,io.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:adam#angel,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="msg00837.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00839.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00719.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00691.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00838">Author</A>
&nbsp;|&nbsp;<A HREF="#00838">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00838">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>: Adam Wiggins &lt;<A HREF="mailto:adam#angel,com">adam#angel,com</A>&gt;</LI>
<LI><em>Date</em>: Tue, 26 May 1998 15:54:52 -0700 (PDT)</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>
On Sun, 17 May 1998, Travis S. Casey wrote:
&gt; On Friday, 15 May 98, J C Lawrence wrote:
&gt; &gt; It is this point which ghas persuaded me to almost entirely move away
&gt; &gt; from round based combat.  I refuse to place the entire game and all
&gt; &gt; players on a pacing clock (humans shall not wait for machines), but
&gt; &gt; not using a global clock while using usably long combat rounds opens
&gt; &gt; the combat system for all sorts of interesting abuse due to the
&gt; &gt; inconsistant time scales.
&gt; 
&gt; In true round-based combat, as used in the paper RPGs which created
&gt; the term, there is no pacing clock.  Humans aren't waiting for
&gt; machines -- they're waiting for other humans.
&gt; 
&gt; I'd call what most muds use timer-based combat -- there's a timer
&gt; which determines how often automatic combat routines are performed,
&gt; and which thereby places limits on how slow someone can be and still
&gt; get their action in this turn, and sometimes on how often one can
&gt; enter a command.
&gt; 
&gt; A true round-based combat system is difficult to implement on a mud
&gt; for one reason:  there's no easy way to tell if a player is still
&gt; there or not.  In a paper RPG, if a player has to get up and go to the
&gt; bathroom, the other players and the GM will definitely notice that
&gt; the player is leaving, and can then either choose to wait or to have
&gt; someone else decide what that PC will do while the player is gone.  On
&gt; a mud, it's not that simple.
&gt; 
&gt; It would be easy to add an "auto" command for players who have to go
&gt; for a few minutes but want to stay in the fight -- "auto" would tell
&gt; the game to autopilot your character.  When you returned, entering any
&gt; command would take your character off autopilot.
&gt; 
&gt; The problem then becomes one with careless players or players who are
&gt; suffering extreme lag or lose their connection.  A lost connection isn't
&gt; too hard to handle -- many muds already have methods for handling
&gt; them.  However, to handle the other two cases, there needs to be some
&gt; kind of timeout -- if a reasonably long time goes by without a certain
&gt; player entering a command, then the mud would need to either put that
&gt; character on autopilot or handle it like a lost connection.
&gt; 
&gt; This eliminates (or at least seriously reduces) the advantage to "fast
&gt; twitch" players, those who use scripting, and those who can type fast.

I would postulate that this is the method already in use by most muds.
You get combat rounds, during which the default action is "swing".  No
input (either because you're a slow typist, or you're lagging, or more
likely just don't want to do anything different) means continue to do
that.  Typically using different skills and spells forces you to "give up"
that blow; ie, you cast a spell, so you don't swing; you decide to do some
defensive action (dodge, parry) so you don't swing or have a reduced
chance to swing; or you use an offensive skill such as tackle, headbutt,
kick, breathe fire, or whatever that goes in place of your swing.
There are two problems.  One is that the rounds are very short; on the
order of three seconds.  I usually think two to three rounds in
advance in this case, and pre-type all my commands.  I think ahead
further if there is signifigant lag.  Second is that many or even most of
the combat commands you issue happen somewhat independantly of the combat
round, especially on the cheesier (read: closer to a stock codebase) mud.
Like so:

% attack bubba
You swing your staff at Bubba, which he dodges.
%
Bubba swings his sword at you, cutting your arm.
You swing your staff at Bubba, which he dodges.
% cast 'death-o-matic'
You cast the death-o-matic spell at Bubba.
Bubba is dead!

Spellcasting occurs outside the timeframe of combat.  To be consistent, it
should behave like so:

[...]
%
Bubba swings his sword at you, cutting your arm.
You swing your staff at Bubba, which he dodges.
% cast 'death-o-matic'
You raise your arms and prepare to cast the death-o-matic spell.
%
Bubba swings his sword at you, cutting your thigh.
You cast the death-o-matic spell at Bubba.
[...]

One could assume that by making the combat rounds take longer in RL time
but by increasing the number of things that happen during them, as well as
queuing the combatant's commands until combat unfolds, would be an
easy-to-make improvement on this existing system, without necessarily
getting into combat points or other more complicated order-based systems.

% attack bubba
You engage Bubba in combat.
% cast 'death-o-matic'
You will cast death-o-matic at Bubba next round.
%
&lt;pause&gt;
Combat commences!
Bubba swings his sword at you, cutting your arm.
You fumble the death-o-matic spell.
Bubba swings his sword at you, cutting your thigh.
Round finished.
%

&gt; Every character has three stats related to damage:  Resilience, Size,
&gt; and Accumulated Damage.  When a blow is suffered, the character makes a
&gt; check on Resilience against the amount of Accumulated Damage he/she had
&gt; *before* the blow landed.  If the check is failed, the character dies.
&gt; If the check succeeds, the character adds the amount of damage taken
&gt; to his/her Accumulated Damage.  However, each character has a limit to
&gt; how much Accumulated Damage he/she can take:  Resilience multiplied by
&gt; Size.  If Accumulated Damage passes this point, the character dies,
&gt; even if he/she did not fail a check.
&gt; 
&gt; Features of this system:
&gt;   - The chance of death, barring massive amounts of damage, depends on
&gt;     what Accumulated Damage was *before* the blow.  Hence, you can
&gt;     better control how likely someone is to die from a first blow.

*And* it gets rid of the problem of people failing to kill someone that's
lying on the ground bleeding.  How many times have I, as a newbie on some
silly new mud, seen the following:

You tickle the rabbit with your shortsword.
The rabbit is mortally wounded and about to die.
%
You miss the rabbit with your newbie sword.
The rabbit is mortally wounded and about to die.
%
You tickle the rabbit with your shortsword.
The rabbit is mortally wounded and about to die.
% quit

&gt;   - Beyond a possible initial "safe zone", where the character can't
&gt;     die except from a massive amount of damage, there is always a
&gt;     possibility of death, however small it may be.  This would help
&gt;     discourage "tanking" and similar tactics.

Indeed - if one were not careful, in fact, one could imagine brining a
pack (say, 20) of newbies to fight the mighty dragon, each one tanking a
single blow.  (I would imagine that if you were to make such a radical
change in the damage system, you'd also be changing conventional notions
of tanking, rescuing, and so forth.)

&gt; If using a round-based system, this could be done via action points,
&gt; or, if using short rounds, by making some actions take more than one
&gt; round to do (possibly with an option to abort in the middle of an
&gt; action).




</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="00650" HREF="msg00650.html">[MUD-Dev] Re: Leaving characters in play</A></STRONG>
<UL><LI><EM>From:</EM> "Travis S. Casey" &lt;efindel#io,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00837.html">[MUD-Dev] Re: BIAP Chat/Chat Pro (fwd)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00839.html">[MUD-Dev] Re: Nested coorindate space model</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00719.html">[MUD-Dev] Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00691.html">[MUD-Dev] Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00838"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00838"><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: Leaving characters in play</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00733" HREF="msg00733.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>, Wed 20 May 1998, 18:45 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00650" HREF="msg00650.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
<UL>
<LI><strong><A NAME="00717" HREF="msg00717.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, 21:08 GMT
<UL>
<LI><strong><A NAME="00719" HREF="msg00719.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
D. B. Brown <a href="mailto:dbrown1#stny,lrun.com">dbrown1#stny,lrun.com</a>, Tue 19 May 1998, 22:04 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00838" HREF="msg00838.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Tue 26 May 1998, 22:56 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00691" HREF="msg00691.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Tue 19 May 1998, 06:42 GMT
<UL>
<LI><strong><A NAME="00712" HREF="msg00712.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Tue 19 May 1998, 19:46 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00842" HREF="msg00842.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Wed 27 May 1998, 12:43 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00525" HREF="msg00525.html">[MUD-Dev] Leaving characters in play</A></strong>, 
Joel Kelso <a href="mailto:joel#ee,uwa.edu.au">joel#ee,uwa.edu.au</a>, Wed 13 May 1998, 00:49 GMT
</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>